#045D2A

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

Shades of Crusoe #045D2A

Tints of Crusoe #045D2A

Color information

#045D2A (or 0x045D2A) is unknown color: approx Crusoe. HEX triplet: 04, 5D and 2A. RGB value is (4,93,42). Sum of RGB (Red+Green+Blue) = 4+93+42=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 93 (36.72% from 255 or 66.91% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 93 - color contains mainly: green. Hex color #045D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045D2A is #FBA2D5. Grayscale: #3C3C3C. Windows color (decimal): -16491222 or 2776324. OLE color: 2776324.

HSL color Cylindrical-coordinate representation of color #045D2A: hue angle of 145.62º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045D2A is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB49342-
CMYK0.9600.550.64
HSL145.62º91.75%19.02%-
HSV(B)145.62º95.7%36.47%-
XYZ4.388.023.51-
YUV60.57117.5187.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.88%
GREEN value IS 93 (36.72% from 255) = 66.91%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=2.88%
G=66.91%
B=30.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal493420.9600.550.64145.6291.7519.02
Hex45D2A6003740925c13
Octal41355214006710022213423
Binary100101110110101011000000110111100000010010010101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045D2A; }

 p { color: rgb(4,93,42); }

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

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

 a { background-color: rgb(4,93,42); }

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

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

 span { border-color: rgb(4,93,42); }

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