#04561D

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

Shades of Crusoe #04561D

Tints of Crusoe #04561D

Color information

#04561D (or 0x04561D) is unknown color: approx Crusoe. HEX triplet: 04, 56 and 1D. RGB value is (4,86,29). Sum of RGB (Red+Green+Blue) = 4+86+29=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 86 (33.98% from 255 or 72.27% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 86 - color contains mainly: green. Hex color #04561D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04561D is #FBA9E2. Grayscale: #373737. Windows color (decimal): -16493027 or 1922564. OLE color: 1922564.

HSL color Cylindrical-coordinate representation of color #04561D: hue angle of 138.29º 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 #04561D is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB48629-
CMYK0.9500.660.66
HSL138.29º91.11%17.65%-
HSV(B)138.29º95.35%33.73%-
XYZ3.66.772.28-
YUV54.98113.3391.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.36%
GREEN value IS 86 (33.98% from 255) = 72.27%
BLUE value IS 29 (11.72% from 255) = 24.37%
R=3.36%
G=72.27%
B=24.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal486290.9500.660.66138.2991.1117.65
Hex4561D5F042428a5b12
Octal412635137010210221213322
Binary100101011011101101111101000010100001010001010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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