#045c15

Color #045C15 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #045C15

Tints of Crusoe #045C15

Color information

#045C15 (or 0x045C15) is unknown color: approx Crusoe. HEX triplet: 04, 5C and 15. RGB value is (4,92,21). Sum of RGB (Red+Green+Blue) = 4+92+21=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 92 (36.33% from 255 or 78.63% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 92 - color contains mainly: green. Hex color #045C15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045C15 is #FBA3EA. Grayscale: #393939. Windows color (decimal): -16491499 or 1399812. OLE color: 1399812.

HSL color Cylindrical-coordinate representation of color #045C15: hue angle of 131.59º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045C15 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB49221-
CMYK0.9600.770.64
HSL131.59º91.67%18.82%-
HSV(B)131.59º95.65%36.08%-
XYZ4.017.731.99-
YUV57.59107.3589.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 3.42%
GREEN value IS 92 (36.33% from 255) = 78.63%
BLUE value IS 21 (8.59% from 255) = 17.95%
R=3.42%
G=78.63%
B=17.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal492210.9600.770.64131.5991.6718.82
Hex45C156004D40845c13
Octal413425140011510020413423
Binary100101110010101110000001001101100000010000100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045c15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045c15; }

 p { color: rgb(4,92,21); }

 H1.HeaderClassName
 {
   color: #045c15;
 }
 .AnyTagClassName
 {
   color: #045c15;
 }
</style>
background-color css

<style>
 a { background-color: #045c15; }

 a { background-color: rgb(4,92,21); }

 div.DivClassName
 {
   background-color: #045c15;
 }
 .BgClassName
 {
   background-color: #045c15;
 }
</style>
border-color css

<style>
 span { border-color: #045c15; }

 span { border-color: rgb(4,92,21); }

 td.TdClassName
 {
   border-color: #045c15;
 }
 .TagClassName
 {
   border-color: #045c15;
 }
</style>