Html Css Color HEX #057124 Crusoe

📋 copy color: '#057124'

red 5 ◦ green 113 ◦ blue 36

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

Shades of Crusoe #057124

Tints of Crusoe #057124

RGB

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

 GREEN value IS 113 (44.53% from 255) = 73.38%

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

R = 3.25%
G = 73.38%
B = 23.38%

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

#057124 (or 0x057124) is known color: Crusoe. HEX triplet: 05, 71 and 24. RGB value is (5,113,36). Sum of RGB (Red+Green+Blue) = 5+113+36=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 113 (44.53% from 255 or 73.38% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 113 - color contains mainly: green. Hex color #057124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057124 is #FA8EDB. Grayscale: #484848. Windows color (decimal): -16420572 or 2388229. OLE color: 2388229.

HSL color Cylindrical-coordinate representation of color #057124: hue angle of 137.22º degrees, saturation: 0.92, 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 #057124 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 113 36 -
CMYK 0.96 0 0.68 0.56
HSL 137.22º 0.92% 0.23% -
HSV(B) 137.22º 0.96% 0.44% -
XYZ 6.29 11.97 3.65 -
YUV 71.93 107.72 80.26 -
System Red Green Blue C M Y K H S L
Decimal 5 113 36 0.96 0 0.68 0.56 137.22 0.92 0.23
Hex 5 71 24 60 0 44 38 89 5C 17
Octal 5 161 44 140 0 104 70 211 134 27
Binary 101 1110001 100100 1100000 0 1000100 111000 10001001 1011100 10111

Color Harmonies of #057124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057124

Black with #057124

Text Example


Text Example

White with #057124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057124; }

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

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

background-color css

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

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

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

border-color css

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

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

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