Html Css Color HEX #085932 Crusoe

📋 copy color: '#085932'

red 8 ◦ green 89 ◦ blue 50

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

Shades of Crusoe #085932

Tints of Crusoe #085932

RGB

 RED value IS 8 (3.52% from 255) = 5.44%

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

 BLUE value IS 50 (19.92% from 255) = 34.01%

R = 5.44%
G = 60.54%
B = 34.01%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#085932 (or 0x085932) is known color: Crusoe. HEX triplet: 08, 59 and 32. RGB value is (8,89,50). Sum of RGB (Red+Green+Blue) = 8+89+50=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 89 (35.16% from 255 or 60.54% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 89 - color contains mainly: green. Hex color #085932 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085932 is #F7A6CD. Grayscale: #3C3C3C. Windows color (decimal): -16230094 or 3299592. OLE color: 3299592.

HSL color Cylindrical-coordinate representation of color #085932: hue angle of 151.11º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085932 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 89 50 -
CMYK 0.91 0 0.44 0.65
HSL 151.11º 0.84% 0.19% -
HSV(B) 151.11º 0.91% 0.35% -
XYZ 4.25 7.43 4.23 -
YUV 60.34 122.16 90.67 -
System Red Green Blue C M Y K H S L
Decimal 8 89 50 0.91 0 0.44 0.65 151.11 0.84 0.19
Hex 8 59 32 5B 0 2C 41 97 54 13
Octal 10 131 62 133 0 54 101 227 124 23
Binary 1000 1011001 110010 1011011 0 101100 1000001 10010111 1010100 10011

Color Harmonies of #085932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085932

Black with #085932

Text Example


Text Example

White with #085932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085932; }

 p { color: rgb(8,89,50); }

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

background-color css

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

 a { background-color: rgb(8,89,50); }

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

border-color css

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

 span { border-color: rgb(8,89,50); }

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