Html Css Color HEX #056A20 Crusoe

📋 copy color: '#056A20'

red 5 ◦ green 106 ◦ blue 32

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

Shades of Crusoe #056A20

Tints of Crusoe #056A20

RGB

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

 GREEN value IS 106 (41.8% from 255) = 74.13%

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

R = 3.5%
G = 74.13%
B = 22.38%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#056A20 (or 0x056A20) is known color: Crusoe. HEX triplet: 05, 6A and 20. RGB value is (5,106,32). Sum of RGB (Red+Green+Blue) = 5+106+32=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 106 (41.80% from 255 or 74.13% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 106 - color contains mainly: green. Hex color #056A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056A20 is #FA95DF. Grayscale: #434343. Windows color (decimal): -16422368 or 2124293. OLE color: 2124293.

HSL color Cylindrical-coordinate representation of color #056A20: hue angle of 136.04º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056A20 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 106 32 -
CMYK 0.95 0 0.70 0.58
HSL 136.04º 0.91% 0.22% -
HSV(B) 136.04º 0.95% 0.42% -
XYZ 5.48 10.44 3.09 -
YUV 67.37 108.04 83.52 -
System Red Green Blue C M Y K H S L
Decimal 5 106 32 0.95 0 0.70 0.58 136.04 0.91 0.22
Hex 5 6A 20 5F 0 46 3A 88 5B 16
Octal 5 152 40 137 0 106 72 210 133 26
Binary 101 1101010 100000 1011111 0 1000110 111010 10001000 1011011 10110

Color Harmonies of #056A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056A20

Black with #056A20

Text Example


Text Example

White with #056A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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