Html Css Color HEX #005920 Crusoe

📋 copy color: '#005920'

red 0 ◦ green 89 ◦ blue 32

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

Shades of Crusoe #005920

Tints of Crusoe #005920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 26.45%

R = 0%
G = 73.55%
B = 26.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#005920 (or 0x005920) is known color: Crusoe. HEX triplet: 00, 59 and 20. RGB value is (0,89,32). Sum of RGB (Red+Green+Blue) = 0+89+32=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 89 (35.16% from 255 or 73.55% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 89 - color contains mainly: green. Hex color #005920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005920 is #FFA6DF. Grayscale: #383838. Windows color (decimal): -16754400 or 2119936. OLE color: 2119936.

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

Color convert

RGB 0 89 32 -
CMYK 1 0 0.64 0.65
HSL 141.57º 1% 0.17% -
HSV(B) 141.57º 1% 0.35% -
XYZ 3.83 7.25 2.56 -
YUV 55.89 114.51 88.13 -
System Red Green Blue C M Y K H S L
Decimal 0 89 32 1 0 0.64 0.65 141.57 1 0.17
Hex 0 59 20 64 0 40 41 8E 64 11
Octal 0 131 40 144 0 100 101 216 144 21
Binary 0 1011001 100000 1100100 0 1000000 1000001 10001110 1100100 10001

Color Harmonies of #005920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005920

Black with #005920

Text Example


Text Example

White with #005920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005920; }

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

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

background-color css

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

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

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

border-color css

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

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

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