Html Css Color HEX #055615 Crusoe

📋 copy color: '#055615'

red 5 ◦ green 86 ◦ blue 21

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

Shades of Crusoe #055615

Tints of Crusoe #055615

RGB

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

 GREEN value IS 86 (33.98% from 255) = 76.79%

 BLUE value IS 21 (8.59% from 255) = 18.75%

R = 4.46%
G = 76.79%
B = 18.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#055615 (or 0x055615) is known color: Crusoe. HEX triplet: 05, 56 and 15. RGB value is (5,86,21). Sum of RGB (Red+Green+Blue) = 5+86+21=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 86 (33.98% from 255 or 76.79% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 86 - color contains mainly: green. Hex color #055615 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055615 is #FAA9EA. Grayscale: #363636. Windows color (decimal): -16427499 or 1398277. OLE color: 1398277.

HSL color Cylindrical-coordinate representation of color #055615: hue angle of 131.85º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055615 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 86 21 -
CMYK 0.94 0 0.76 0.66
HSL 131.85º 0.89% 0.18% -
HSV(B) 131.85º 0.94% 0.34% -
XYZ 3.53 6.74 1.82 -
YUV 54.37 109.16 92.79 -
System Red Green Blue C M Y K H S L
Decimal 5 86 21 0.94 0 0.76 0.66 131.85 0.89 0.18
Hex 5 56 15 5E 0 4C 42 84 59 12
Octal 5 126 25 136 0 114 102 204 131 22
Binary 101 1010110 10101 1011110 0 1001100 1000010 10000100 1011001 10010

Color Harmonies of #055615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055615

Black with #055615

Text Example


Text Example

White with #055615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055615; }

 p { color: rgb(5,86,21); }

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

background-color css

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

 a { background-color: rgb(5,86,21); }

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

border-color css

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

 span { border-color: rgb(5,86,21); }

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