Html Css Color HEX #056516 Crusoe

📋 copy color: '#056516'

red 5 ◦ green 101 ◦ blue 22

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

Shades of Crusoe #056516

Tints of Crusoe #056516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 78.91%

 BLUE value IS 22 (8.98% from 255) = 17.19%

R = 3.91%
G = 78.91%
B = 17.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#056516 (or 0x056516) is known color: Crusoe. HEX triplet: 05, 65 and 16. RGB value is (5,101,22). Sum of RGB (Red+Green+Blue) = 5+101+22=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 101 (39.84% from 255 or 78.91% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 101 - color contains mainly: green. Hex color #056516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056516 is #FA9AE9. Grayscale: #3F3F3F. Windows color (decimal): -16423658 or 1467653. OLE color: 1467653.

HSL color Cylindrical-coordinate representation of color #056516: hue angle of 130.62º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056516 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 101 22 -
CMYK 0.95 0 0.78 0.60
HSL 130.63º 0.91% 0.21% -
HSV(B) 130.63º 0.95% 0.4% -
XYZ 4.86 9.4 2.32 -
YUV 63.29 104.7 86.42 -
System Red Green Blue C M Y K H S L
Decimal 5 101 22 0.95 0 0.78 0.60 130.63 0.91 0.21
Hex 5 65 16 5F 0 4E 3C 83 5B 15
Octal 5 145 26 137 0 116 74 203 133 25
Binary 101 1100101 10110 1011111 0 1001110 111100 10000011 1011011 10101

Color Harmonies of #056516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056516

Black with #056516

Text Example


Text Example

White with #056516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056516; }

 p { color: rgb(5,101,22); }

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

background-color css

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

 a { background-color: rgb(5,101,22); }

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

border-color css

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

 span { border-color: rgb(5,101,22); }

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