#045513

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

Shades of Crusoe #045513

Tints of Crusoe #045513

Color information

#045513 (or 0x045513) is unknown color: approx Crusoe. HEX triplet: 04, 55 and 13. RGB value is (4,85,19). Sum of RGB (Red+Green+Blue) = 4+85+19=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 85 (33.59% from 255 or 78.70% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 85 - color contains mainly: green. Hex color #045513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045513 is #FBAAEC. Grayscale: #353535. Windows color (decimal): -16493293 or 1266948. OLE color: 1266948.

HSL color Cylindrical-coordinate representation of color #045513: hue angle of 131.11º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045513 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB48519-
CMYK0.9500.780.67
HSL131.11º91.01%17.45%-
HSV(B)131.11º95.29%33.33%-
XYZ3.426.571.7-
YUV53.26108.6692.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 85 (33.59% from 255) = 78.70%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=3.70%
G=78.70%
B=17.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal485190.9500.780.67131.1191.0117.45
Hex455135F04E43835b11
Octal412523137011610320313321
Binary100101010110011101111101001110100001110000011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045513; }

 p { color: rgb(4,85,19); }

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

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

 a { background-color: rgb(4,85,19); }

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

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

 span { border-color: rgb(4,85,19); }

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