Html Css Color HEX #055A12 Crusoe

📋 copy color: '#055A12'

red 5 ◦ green 90 ◦ blue 18

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

Shades of Crusoe #055A12

Tints of Crusoe #055A12

RGB

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

 GREEN value IS 90 (35.55% from 255) = 79.65%

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

R = 4.42%
G = 79.65%
B = 15.93%

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

#055A12 (or 0x055A12) is known color: Crusoe. HEX triplet: 05, 5A and 12. RGB value is (5,90,18). Sum of RGB (Red+Green+Blue) = 5+90+18=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 90 (35.55% from 255 or 79.65% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 90 - color contains mainly: green. Hex color #055A12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055A12 is #FAA5ED. Grayscale: #383838. Windows color (decimal): -16426478 or 1202693. OLE color: 1202693.

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

Color convert

RGB 5 90 18 -
CMYK 0.94 0 0.80 0.65
HSL 129.18º 0.89% 0.19% -
HSV(B) 129.18º 0.94% 0.35% -
XYZ 3.83 7.39 1.8 -
YUV 56.38 106.34 91.35 -
System Red Green Blue C M Y K H S L
Decimal 5 90 18 0.94 0 0.80 0.65 129.18 0.89 0.19
Hex 5 5A 12 5E 0 50 41 81 59 13
Octal 5 132 22 136 0 120 101 201 131 23
Binary 101 1011010 10010 1011110 0 1010000 1000001 10000001 1011001 10011

Color Harmonies of #055A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A12

Black with #055A12

Text Example


Text Example

White with #055A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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