Html Css Color HEX #055812 Crusoe

📋 copy color: '#055812'

red 5 ◦ green 88 ◦ blue 18

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

Shades of Crusoe #055812

Tints of Crusoe #055812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 79.28%

 BLUE value IS 18 (7.42% from 255) = 16.22%

R = 4.5%
G = 79.28%
B = 16.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#055812 (or 0x055812) is known color: Crusoe. HEX triplet: 05, 58 and 12. RGB value is (5,88,18). Sum of RGB (Red+Green+Blue) = 5+88+18=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 88 (34.77% from 255 or 79.28% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 88 - color contains mainly: green. Hex color #055812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055812 is #FAA7ED. Grayscale: #373737. Windows color (decimal): -16426990 or 1202181. OLE color: 1202181.

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

Color convert

RGB 5 88 18 -
CMYK 0.94 0 0.80 0.65
HSL 129.4º 0.89% 0.18% -
HSV(B) 129.4º 0.94% 0.35% -
XYZ 3.66 7.06 1.74 -
YUV 55.2 107 92.19 -
System Red Green Blue C M Y K H S L
Decimal 5 88 18 0.94 0 0.80 0.65 129.4 0.89 0.18
Hex 5 58 12 5E 0 50 41 81 59 12
Octal 5 130 22 136 0 120 101 201 131 22
Binary 101 1011000 10010 1011110 0 1010000 1000001 10000001 1011001 10010

Color Harmonies of #055812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055812

Black with #055812

Text Example


Text Example

White with #055812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055812; }

 p { color: rgb(5,88,18); }

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

background-color css

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

 a { background-color: rgb(5,88,18); }

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

border-color css

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

 span { border-color: rgb(5,88,18); }

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