Html Css Color HEX #005919 Crusoe

📋 copy color: '#005919'

red 0 ◦ green 89 ◦ blue 25

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

Shades of Crusoe #005919

Tints of Crusoe #005919

RGB

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

 GREEN value IS 89 (35.16% from 255) = 78.07%

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

R = 0%
G = 78.07%
B = 21.93%

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

#005919 (or 0x005919) is known color: Crusoe. HEX triplet: 00, 59 and 19. RGB value is (0,89,25). Sum of RGB (Red+Green+Blue) = 0+89+25=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 89 (35.16% from 255 or 78.07% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 89 - color contains mainly: green. Hex color #005919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005919 is #FFA6E6. Grayscale: #373737. Windows color (decimal): -16754407 or 1661184. OLE color: 1661184.

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

Color convert

RGB 0 89 25 -
CMYK 1 0 0.72 0.65
HSL 136.85º 1% 0.17% -
HSV(B) 136.85º 1% 0.35% -
XYZ 3.75 7.21 2.11 -
YUV 55.09 111.01 88.7 -
System Red Green Blue C M Y K H S L
Decimal 0 89 25 1 0 0.72 0.65 136.85 1 0.17
Hex 0 59 19 64 0 48 41 89 64 11
Octal 0 131 31 144 0 110 101 211 144 21
Binary 0 1011001 11001 1100100 0 1001000 1000001 10001001 1100100 10001

Color Harmonies of #005919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005919

Black with #005919

Text Example


Text Example

White with #005919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005919; }

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

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

background-color css

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

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

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

border-color css

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

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

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