Html Css Color HEX #005A19 Crusoe

📋 copy color: '#005A19'

red 0 ◦ green 90 ◦ blue 25

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

Shades of Crusoe #005A19

Tints of Crusoe #005A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.74%

R = 0%
G = 78.26%
B = 21.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#005A19 (or 0x005A19) is known color: Crusoe. HEX triplet: 00, 5A and 19. RGB value is (0,90,25). Sum of RGB (Red+Green+Blue) = 0+90+25=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 90 (35.55% from 255 or 78.26% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 90 - color contains mainly: green. Hex color #005A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005A19 is #FFA5E6. Grayscale: #373737. Windows color (decimal): -16754151 or 1661440. OLE color: 1661440.

HSL color Cylindrical-coordinate representation of color #005A19: hue angle of 136.67º 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 #005A19 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 90 25 -
CMYK 1 0 0.72 0.65
HSL 136.67º 1% 0.18% -
HSV(B) 136.67º 1% 0.35% -
XYZ 3.83 7.38 2.14 -
YUV 55.68 110.68 88.29 -
System Red Green Blue C M Y K H S L
Decimal 0 90 25 1 0 0.72 0.65 136.67 1 0.18
Hex 0 5A 19 64 0 48 41 89 64 12
Octal 0 132 31 144 0 110 101 211 144 22
Binary 0 1011010 11001 1100100 0 1001000 1000001 10001001 1100100 10010

Color Harmonies of #005A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A19

Black with #005A19

Text Example


Text Example

White with #005A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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