Html Css Color HEX #057024 Crusoe

📋 copy color: '#057024'

red 5 ◦ green 112 ◦ blue 36

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

Shades of Crusoe #057024

Tints of Crusoe #057024

RGB

 RED value IS 5 (2.34% from 255) = 3.27%

 GREEN value IS 112 (44.14% from 255) = 73.2%

 BLUE value IS 36 (14.45% from 255) = 23.53%

R = 3.27%
G = 73.2%
B = 23.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#057024 (or 0x057024) is known color: Crusoe. HEX triplet: 05, 70 and 24. RGB value is (5,112,36). Sum of RGB (Red+Green+Blue) = 5+112+36=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #057024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057024 is #FA8FDB. Grayscale: #474747. Windows color (decimal): -16420828 or 2387973. OLE color: 2387973.

HSL color Cylindrical-coordinate representation of color #057024: hue angle of 137.38º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057024 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 36 -
CMYK 0.96 0 0.68 0.56
HSL 137.38º 0.91% 0.23% -
HSV(B) 137.38º 0.96% 0.44% -
XYZ 6.18 11.75 3.61 -
YUV 71.34 108.05 80.68 -
System Red Green Blue C M Y K H S L
Decimal 5 112 36 0.96 0 0.68 0.56 137.38 0.91 0.23
Hex 5 70 24 60 0 44 38 89 5B 17
Octal 5 160 44 140 0 104 70 211 133 27
Binary 101 1110000 100100 1100000 0 1000100 111000 10001001 1011011 10111

Color Harmonies of #057024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057024

Black with #057024

Text Example


Text Example

White with #057024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057024; }

 p { color: rgb(5,112,36); }

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

background-color css

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

 a { background-color: rgb(5,112,36); }

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

border-color css

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

 span { border-color: rgb(5,112,36); }

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