Html Css Color HEX #045720 Crusoe

📋 copy color: '#045720'

red 4 ◦ green 87 ◦ blue 32

#045720
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #045720

Tints of Crusoe #045720

RGB

 RED value IS 4 (1.95% from 255) = 3.25%

 GREEN value IS 87 (34.38% from 255) = 70.73%

 BLUE value IS 32 (12.89% from 255) = 26.02%

R = 3.25%
G = 70.73%
B = 26.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#045720 (or 0x045720) is known color: Crusoe. HEX triplet: 04, 57 and 20. RGB value is (4,87,32). Sum of RGB (Red+Green+Blue) = 4+87+32=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 87 (34.38% from 255 or 70.73% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 87 - color contains mainly: green. Hex color #045720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045720 is #FBA8DF. Grayscale: #383838. Windows color (decimal): -16492768 or 2119428. OLE color: 2119428.

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

Color convert

RGB 4 87 32 -
CMYK 0.95 0 0.63 0.66
HSL 140.24º 0.91% 0.18% -
HSV(B) 140.24º 0.95% 0.34% -
XYZ 3.72 6.95 2.51 -
YUV 55.91 114.5 90.97 -
System Red Green Blue C M Y K H S L
Decimal 4 87 32 0.95 0 0.63 0.66 140.24 0.91 0.18
Hex 4 57 20 5F 0 3F 42 8C 5B 12
Octal 4 127 40 137 0 77 102 214 133 22
Binary 100 1010111 100000 1011111 0 111111 1000010 10001100 1011011 10010

Color Harmonies of #045720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045720

Black with #045720

Text Example


Text Example

White with #045720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045720; }

 p { color: rgb(4,87,32); }

 H1.HeaderClassName
 {
   color: #045720;
 }
 .AnyTagClassName
 {
   color: #045720;
 }
</style>

background-color css

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

 a { background-color: rgb(4,87,32); }

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

border-color css

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

 span { border-color: rgb(4,87,32); }

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