Html Css Color HEX #056F20 Crusoe

📋 copy color: '#056F20'

red 5 ◦ green 111 ◦ blue 32

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

Shades of Crusoe #056F20

Tints of Crusoe #056F20

RGB

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

 GREEN value IS 111 (43.75% from 255) = 75%

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

R = 3.38%
G = 75%
B = 21.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#056F20 (or 0x056F20) is known color: Crusoe. HEX triplet: 05, 6F and 20. RGB value is (5,111,32). Sum of RGB (Red+Green+Blue) = 5+111+32=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 111 (43.75% from 255 or 75% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 111 - color contains mainly: green. Hex color #056F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F20 is #FA90DF. Grayscale: #464646. Windows color (decimal): -16421088 or 2125573. OLE color: 2125573.

HSL color Cylindrical-coordinate representation of color #056F20: hue angle of 135.28º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056F20 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 111 32 -
CMYK 0.95 0 0.71 0.56
HSL 135.28º 0.91% 0.23% -
HSV(B) 135.28º 0.95% 0.44% -
XYZ 6.01 11.51 3.27 -
YUV 70.3 106.38 81.42 -
System Red Green Blue C M Y K H S L
Decimal 5 111 32 0.95 0 0.71 0.56 135.28 0.91 0.23
Hex 5 6F 20 5F 0 47 38 87 5B 17
Octal 5 157 40 137 0 107 70 207 133 27
Binary 101 1101111 100000 1011111 0 1000111 111000 10000111 1011011 10111

Color Harmonies of #056F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056F20

Black with #056F20

Text Example


Text Example

White with #056F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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