Html Css Color HEX #056F1D Crusoe

📋 copy color: '#056F1D'

red 5 ◦ green 111 ◦ blue 29

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

Shades of Crusoe #056F1D

Tints of Crusoe #056F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20%

R = 3.45%
G = 76.55%
B = 20%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#056F1D (or 0x056F1D) is known color: Crusoe. HEX triplet: 05, 6F and 1D. RGB value is (5,111,29). Sum of RGB (Red+Green+Blue) = 5+111+29=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 111 (43.75% from 255 or 76.55% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 111 - color contains mainly: green. Hex color #056F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F1D is #FA90E2. Grayscale: #464646. Windows color (decimal): -16421091 or 1928965. OLE color: 1928965.

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

Color convert

RGB 5 111 29 -
CMYK 0.95 0 0.74 0.56
HSL 133.58º 0.91% 0.23% -
HSV(B) 133.58º 0.95% 0.44% -
XYZ 5.97 11.49 3.07 -
YUV 69.96 104.88 81.67 -
System Red Green Blue C M Y K H S L
Decimal 5 111 29 0.95 0 0.74 0.56 133.58 0.91 0.23
Hex 5 6F 1D 5F 0 4A 38 86 5B 17
Octal 5 157 35 137 0 112 70 206 133 27
Binary 101 1101111 11101 1011111 0 1001010 111000 10000110 1011011 10111

Color Harmonies of #056F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056F1D

Black with #056F1D

Text Example


Text Example

White with #056F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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