#045629

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

Shades of Crusoe #045629

Tints of Crusoe #045629

Color information

#045629 (or 0x045629) is unknown color: approx Crusoe. HEX triplet: 04, 56 and 29. RGB value is (4,86,41). Sum of RGB (Red+Green+Blue) = 4+86+41=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 86 (33.98% from 255 or 65.65% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 86 - color contains mainly: green. Hex color #045629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045629 is #FBA9D6. Grayscale: #383838. Windows color (decimal): -16493015 or 2708996. OLE color: 2708996.

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

Color convert

RGB48641-
CMYK0.9500.520.66
HSL147.07º91.11%17.65%-
HSV(B)147.07º95.35%33.73%-
XYZ3.786.843.22-
YUV56.35119.3390.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.05%
GREEN value IS 86 (33.98% from 255) = 65.65%
BLUE value IS 41 (16.41% from 255) = 31.30%
R=3.05%
G=65.65%
B=31.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal486410.9500.520.66147.0791.1117.65
Hex456295F03442935b12
Octal41265113706410222313322
Binary100101011010100110111110110100100001010010011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045629; }

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

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

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

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

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

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

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

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