Html Css Color HEX #005A24 Crusoe

📋 copy color: '#005A24'

red 0 ◦ green 90 ◦ blue 36

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

Shades of Crusoe #005A24

Tints of Crusoe #005A24

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 71.43%
B = 28.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#005A24 (or 0x005A24) is known color: Crusoe. HEX triplet: 00, 5A and 24. RGB value is (0,90,36). Sum of RGB (Red+Green+Blue) = 0+90+36=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 90 (35.55% from 255 or 71.43% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 90 - color contains mainly: green. Hex color #005A24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A24 is #FFA5DB. Grayscale: #393939. Windows color (decimal): -16754140 or 2382336. OLE color: 2382336.

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

Color convert

RGB 0 90 36 -
CMYK 1 0 0.60 0.65
HSL 144º 1% 0.18% -
HSV(B) 144º 1% 0.35% -
XYZ 3.97 7.44 2.9 -
YUV 56.93 116.18 87.39 -
System Red Green Blue C M Y K H S L
Decimal 0 90 36 1 0 0.60 0.65 144 1 0.18
Hex 0 5A 24 64 0 3C 41 90 64 12
Octal 0 132 44 144 0 74 101 220 144 22
Binary 0 1011010 100100 1100100 0 111100 1000001 10010000 1100100 10010

Color Harmonies of #005A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A24

Black with #005A24

Text Example


Text Example

White with #005A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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