Html Css Color HEX #005911 Crusoe

📋 copy color: '#005911'

red 0 ◦ green 89 ◦ blue 17

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

Shades of Crusoe #005911

Tints of Crusoe #005911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.04%

R = 0%
G = 83.96%
B = 16.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#005911 (or 0x005911) is known color: Crusoe. HEX triplet: 00, 59 and 11. RGB value is (0,89,17). Sum of RGB (Red+Green+Blue) = 0+89+17=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 89 (35.16% from 255 or 83.96% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 89 - color contains mainly: green. Hex color #005911 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005911 is #FFA6EE. Grayscale: #363636. Windows color (decimal): -16754415 or 1136896. OLE color: 1136896.

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

Color convert

RGB 0 89 17 -
CMYK 1 0 0.81 0.65
HSL 131.46º 1% 0.17% -
HSV(B) 131.46º 1% 0.35% -
XYZ 3.67 7.19 1.72 -
YUV 54.18 107.01 89.35 -
System Red Green Blue C M Y K H S L
Decimal 0 89 17 1 0 0.81 0.65 131.46 1 0.17
Hex 0 59 11 64 0 51 41 83 64 11
Octal 0 131 21 144 0 121 101 203 144 21
Binary 0 1011001 10001 1100100 0 1010001 1000001 10000011 1100100 10001

Color Harmonies of #005911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005911

Black with #005911

Text Example


Text Example

White with #005911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005911; }

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

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

background-color css

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

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

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

border-color css

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

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

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