Html Css Color HEX #056220 Crusoe

📋 copy color: '#056220'

red 5 ◦ green 98 ◦ blue 32

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

Shades of Crusoe #056220

Tints of Crusoe #056220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 72.59%

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

R = 3.7%
G = 72.59%
B = 23.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#056220 (or 0x056220) is known color: Crusoe. HEX triplet: 05, 62 and 20. RGB value is (5,98,32). Sum of RGB (Red+Green+Blue) = 5+98+32=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 98 (38.67% from 255 or 72.59% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 98 - color contains mainly: green. Hex color #056220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056220 is #FA9DDF. Grayscale: #3E3E3E. Windows color (decimal): -16424416 or 2122245. OLE color: 2122245.

HSL color Cylindrical-coordinate representation of color #056220: hue angle of 137.42º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056220 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 98 32 -
CMYK 0.95 0 0.67 0.62
HSL 137.42º 0.9% 0.2% -
HSV(B) 137.42º 0.95% 0.38% -
XYZ 4.69 8.87 2.83 -
YUV 62.67 110.69 86.87 -
System Red Green Blue C M Y K H S L
Decimal 5 98 32 0.95 0 0.67 0.62 137.42 0.9 0.2
Hex 5 62 20 5F 0 43 3E 89 5A 14
Octal 5 142 40 137 0 103 76 211 132 24
Binary 101 1100010 100000 1011111 0 1000011 111110 10001001 1011010 10100

Color Harmonies of #056220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056220

Black with #056220

Text Example


Text Example

White with #056220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056220; }

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

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

background-color css

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

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

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

border-color css

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

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

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