Html Css Color HEX #056F1C Crusoe

📋 copy color: '#056F1C'

red 5 ◦ green 111 ◦ blue 28

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

Shades of Crusoe #056F1C

Tints of Crusoe #056F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.44%

R = 3.47%
G = 77.08%
B = 19.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#056F1C (or 0x056F1C) is known color: Crusoe. HEX triplet: 05, 6F and 1C. RGB value is (5,111,28). Sum of RGB (Red+Green+Blue) = 5+111+28=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 111 (43.75% from 255 or 77.08% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 111 - color contains mainly: green. Hex color #056F1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F1C is #FA90E3. Grayscale: #464646. Windows color (decimal): -16421092 or 1863429. OLE color: 1863429.

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

Color convert

RGB 5 111 28 -
CMYK 0.95 0 0.75 0.56
HSL 133.02º 0.91% 0.23% -
HSV(B) 133.02º 0.95% 0.44% -
XYZ 5.96 11.48 3 -
YUV 69.84 104.38 81.75 -
System Red Green Blue C M Y K H S L
Decimal 5 111 28 0.95 0 0.75 0.56 133.02 0.91 0.23
Hex 5 6F 1C 5F 0 4B 38 85 5B 17
Octal 5 157 34 137 0 113 70 205 133 27
Binary 101 1101111 11100 1011111 0 1001011 111000 10000101 1011011 10111

Color Harmonies of #056F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056F1C

Black with #056F1C

Text Example


Text Example

White with #056F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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