Html Css Color HEX #057220 Crusoe

📋 copy color: '#057220'

red 5 ◦ green 114 ◦ blue 32

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

Shades of Crusoe #057220

Tints of Crusoe #057220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 75.5%

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

R = 3.31%
G = 75.5%
B = 21.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#057220 (or 0x057220) is known color: Crusoe. HEX triplet: 05, 72 and 20. RGB value is (5,114,32). Sum of RGB (Red+Green+Blue) = 5+114+32=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 114 (44.92% from 255 or 75.50% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 114 - color contains mainly: green. Hex color #057220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057220 is #FA8DDF. Grayscale: #484848. Windows color (decimal): -16420320 or 2126341. OLE color: 2126341.

HSL color Cylindrical-coordinate representation of color #057220: hue angle of 134.86º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057220 is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 114 32 -
CMYK 0.96 0 0.72 0.55
HSL 134.86º 0.92% 0.23% -
HSV(B) 134.86º 0.96% 0.45% -
XYZ 6.34 12.17 3.38 -
YUV 72.06 105.39 80.17 -
System Red Green Blue C M Y K H S L
Decimal 5 114 32 0.96 0 0.72 0.55 134.86 0.92 0.23
Hex 5 72 20 60 0 48 37 87 5C 17
Octal 5 162 40 140 0 110 67 207 134 27
Binary 101 1110010 100000 1100000 0 1001000 110111 10000111 1011100 10111

Color Harmonies of #057220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057220

Black with #057220

Text Example


Text Example

White with #057220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057220; }

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

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

background-color css

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

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

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

border-color css

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

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

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