Html Css Color HEX #056B20 Crusoe

📋 copy color: '#056B20'

red 5 ◦ green 107 ◦ blue 32

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

Shades of Crusoe #056B20

Tints of Crusoe #056B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 74.31%

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

R = 3.47%
G = 74.31%
B = 22.22%

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

#056B20 (or 0x056B20) is known color: Crusoe. HEX triplet: 05, 6B and 20. RGB value is (5,107,32). Sum of RGB (Red+Green+Blue) = 5+107+32=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 107 (42.19% from 255 or 74.31% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 107 - color contains mainly: green. Hex color #056B20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056B20 is #FA94DF. Grayscale: #444444. Windows color (decimal): -16422112 or 2124549. OLE color: 2124549.

HSL color Cylindrical-coordinate representation of color #056B20: hue angle of 135.88º 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 #056B20 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 107 32 -
CMYK 0.95 0 0.70 0.58
HSL 135.88º 0.91% 0.22% -
HSV(B) 135.88º 0.95% 0.42% -
XYZ 5.58 10.65 3.13 -
YUV 67.95 107.71 83.1 -
System Red Green Blue C M Y K H S L
Decimal 5 107 32 0.95 0 0.70 0.58 135.88 0.91 0.22
Hex 5 6B 20 5F 0 46 3A 88 5B 16
Octal 5 153 40 137 0 106 72 210 133 26
Binary 101 1101011 100000 1011111 0 1000110 111010 10001000 1011011 10110

Color Harmonies of #056B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B20

Black with #056B20

Text Example


Text Example

White with #056B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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