Html Css Color HEX #055A24 Crusoe

📋 copy color: '#055A24'

red 5 ◦ green 90 ◦ blue 36

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

Shades of Crusoe #055A24

Tints of Crusoe #055A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 27.48%

R = 3.82%
G = 68.7%
B = 27.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#055A24 (or 0x055A24) is known color: Crusoe. HEX triplet: 05, 5A and 24. RGB value is (5,90,36). Sum of RGB (Red+Green+Blue) = 5+90+36=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 90 (35.55% from 255 or 68.70% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 90 - color contains mainly: green. Hex color #055A24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A24 is #FAA5DB. Grayscale: #3A3A3A. Windows color (decimal): -16426460 or 2382341. OLE color: 2382341.

HSL color Cylindrical-coordinate representation of color #055A24: hue angle of 141.88º 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 #055A24 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 90 36 -
CMYK 0.94 0 0.60 0.65
HSL 141.88º 0.89% 0.19% -
HSV(B) 141.88º 0.94% 0.35% -
XYZ 4.04 7.47 2.9 -
YUV 58.43 115.34 89.89 -
System Red Green Blue C M Y K H S L
Decimal 5 90 36 0.94 0 0.60 0.65 141.88 0.89 0.19
Hex 5 5A 24 5E 0 3C 41 8E 59 13
Octal 5 132 44 136 0 74 101 216 131 23
Binary 101 1011010 100100 1011110 0 111100 1000001 10001110 1011001 10011

Color Harmonies of #055A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A24

Black with #055A24

Text Example


Text Example

White with #055A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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