Html Css Color HEX #057120 Crusoe

📋 copy color: '#057120'

red 5 ◦ green 113 ◦ blue 32

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

Shades of Crusoe #057120

Tints of Crusoe #057120

RGB

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

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

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

R = 3.33%
G = 75.33%
B = 21.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#057120 (or 0x057120) is known color: Crusoe. HEX triplet: 05, 71 and 20. RGB value is (5,113,32). Sum of RGB (Red+Green+Blue) = 5+113+32=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 113 (44.53% from 255 or 75.33% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 113 - color contains mainly: green. Hex color #057120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057120 is #FA8EDF. Grayscale: #474747. Windows color (decimal): -16420576 or 2126085. OLE color: 2126085.

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

Color convert

RGB 5 113 32 -
CMYK 0.96 0 0.72 0.56
HSL 135º 0.92% 0.23% -
HSV(B) 135º 0.96% 0.44% -
XYZ 6.23 11.95 3.34 -
YUV 71.47 105.72 80.59 -
System Red Green Blue C M Y K H S L
Decimal 5 113 32 0.96 0 0.72 0.56 135 0.92 0.23
Hex 5 71 20 60 0 48 38 87 5C 17
Octal 5 161 40 140 0 110 70 207 134 27
Binary 101 1110001 100000 1100000 0 1001000 111000 10000111 1011100 10111

Color Harmonies of #057120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057120

Black with #057120

Text Example


Text Example

White with #057120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057120; }

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

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

background-color css

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

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

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

border-color css

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

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

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