#04561B

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

Shades of Crusoe #04561B

Tints of Crusoe #04561B

Color information

#04561B (or 0x04561B) is unknown color: approx Crusoe. HEX triplet: 04, 56 and 1B. RGB value is (4,86,27). Sum of RGB (Red+Green+Blue) = 4+86+27=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 86 (33.98% from 255 or 73.50% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 86 - color contains mainly: green. Hex color #04561B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04561B is #FBA9E4. Grayscale: #363636. Windows color (decimal): -16493029 or 1791492. OLE color: 1791492.

HSL color Cylindrical-coordinate representation of color #04561B: hue angle of 136.83º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04561B is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB48627-
CMYK0.9500.690.66
HSL136.83º91.11%17.65%-
HSV(B)136.83º95.35%33.73%-
XYZ3.586.762.15-
YUV54.76112.3391.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.42%
GREEN value IS 86 (33.98% from 255) = 73.50%
BLUE value IS 27 (10.94% from 255) = 23.08%
R=3.42%
G=73.50%
B=23.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal486270.9500.690.66136.8391.1117.65
Hex4561B5F04542895b12
Octal412633137010510221113322
Binary100101011011011101111101000101100001010001001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04561B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04561B; }

 p { color: rgb(4,86,27); }

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

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

 a { background-color: rgb(4,86,27); }

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

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

 span { border-color: rgb(4,86,27); }

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