Html Css Color HEX #055216 Crusoe

📋 copy color: '#055216'

red 5 ◦ green 82 ◦ blue 22

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

Shades of Crusoe #055216

Tints of Crusoe #055216

RGB

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

 GREEN value IS 82 (32.42% from 255) = 75.23%

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

R = 4.59%
G = 75.23%
B = 20.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#055216 (or 0x055216) is known color: Crusoe. HEX triplet: 05, 52 and 16. RGB value is (5,82,22). Sum of RGB (Red+Green+Blue) = 5+82+22=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 82 (32.42% from 255 or 75.23% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 82 - color contains mainly: green. Hex color #055216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055216 is #FAADE9. Grayscale: #343434. Windows color (decimal): -16428522 or 1462789. OLE color: 1462789.

HSL color Cylindrical-coordinate representation of color #055216: hue angle of 133.25º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055216 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 82 22 -
CMYK 0.94 0 0.73 0.68
HSL 133.25º 0.89% 0.17% -
HSV(B) 133.25º 0.94% 0.32% -
XYZ 3.22 6.12 1.77 -
YUV 52.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 5 82 22 0.94 0 0.73 0.68 133.25 0.89 0.17
Hex 5 52 16 5E 0 49 44 85 59 11
Octal 5 122 26 136 0 111 104 205 131 21
Binary 101 1010010 10110 1011110 0 1001001 1000100 10000101 1011001 10001

Color Harmonies of #055216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055216

Black with #055216

Text Example


Text Example

White with #055216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055216; }

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

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

background-color css

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

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

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

border-color css

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

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

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