Html Css Color HEX #056F1E Crusoe

📋 copy color: '#056F1E'

red 5 ◦ green 111 ◦ blue 30

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

Shades of Crusoe #056F1E

Tints of Crusoe #056F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.55%

R = 3.42%
G = 76.03%
B = 20.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#056F1E (or 0x056F1E) is known color: Crusoe. HEX triplet: 05, 6F and 1E. RGB value is (5,111,30). Sum of RGB (Red+Green+Blue) = 5+111+30=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 111 (43.75% from 255 or 76.03% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 111 - color contains mainly: green. Hex color #056F1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F1E is #FA90E1. Grayscale: #464646. Windows color (decimal): -16421090 or 1994501. OLE color: 1994501.

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

Color convert

RGB 5 111 30 -
CMYK 0.95 0 0.73 0.56
HSL 134.15º 0.91% 0.23% -
HSV(B) 134.15º 0.95% 0.44% -
XYZ 5.98 11.49 3.13 -
YUV 70.07 105.38 81.59 -
System Red Green Blue C M Y K H S L
Decimal 5 111 30 0.95 0 0.73 0.56 134.15 0.91 0.23
Hex 5 6F 1E 5F 0 49 38 86 5B 17
Octal 5 157 36 137 0 111 70 206 133 27
Binary 101 1101111 11110 1011111 0 1001001 111000 10000110 1011011 10111

Color Harmonies of #056F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056F1E

Black with #056F1E

Text Example


Text Example

White with #056F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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