Html Css Color HEX #056F27 Crusoe

📋 copy color: '#056F27'

red 5 ◦ green 111 ◦ blue 39

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

Shades of Crusoe #056F27

Tints of Crusoe #056F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.16%

R = 3.23%
G = 71.61%
B = 25.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#056F27 (or 0x056F27) is known color: Crusoe. HEX triplet: 05, 6F and 27. RGB value is (5,111,39). Sum of RGB (Red+Green+Blue) = 5+111+39=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 111 (43.75% from 255 or 71.61% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 111 - color contains mainly: green. Hex color #056F27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F27 is #FA90D8. Grayscale: #474747. Windows color (decimal): -16421081 or 2584325. OLE color: 2584325.

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

Color convert

RGB 5 111 39 -
CMYK 0.95 0 0.65 0.56
HSL 139.25º 0.91% 0.23% -
HSV(B) 139.25º 0.95% 0.44% -
XYZ 6.11 11.55 3.83 -
YUV 71.1 109.88 80.85 -
System Red Green Blue C M Y K H S L
Decimal 5 111 39 0.95 0 0.65 0.56 139.25 0.91 0.23
Hex 5 6F 27 5F 0 41 38 8B 5B 17
Octal 5 157 47 137 0 101 70 213 133 27
Binary 101 1101111 100111 1011111 0 1000001 111000 10001011 1011011 10111

Color Harmonies of #056F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056F27

Black with #056F27

Text Example


Text Example

White with #056F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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