#045529

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

Shades of Crusoe #045529

Tints of Crusoe #045529

Color information

#045529 (or 0x045529) is unknown color: approx Crusoe. HEX triplet: 04, 55 and 29. RGB value is (4,85,41). Sum of RGB (Red+Green+Blue) = 4+85+41=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 85 (33.59% from 255 or 65.38% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 85 - color contains mainly: green. Hex color #045529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045529 is #FBAAD6. Grayscale: #373737. Windows color (decimal): -16493271 or 2708740. OLE color: 2708740.

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

Color convert

RGB48541-
CMYK0.9500.520.67
HSL147.41º91.01%17.45%-
HSV(B)147.41º95.29%33.33%-
XYZ3.76.683.19-
YUV55.76119.6691.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.08%
GREEN value IS 85 (33.59% from 255) = 65.38%
BLUE value IS 41 (16.41% from 255) = 31.54%
R=3.08%
G=65.38%
B=31.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal485410.9500.520.67147.4191.0117.45
Hex455295F03443935b11
Octal41255113706410322313321
Binary100101010110100110111110110100100001110010011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045529; }

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

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

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

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

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

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

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

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