Html Css Color HEX #085824 Crusoe

📋 copy color: '#085824'

red 8 ◦ green 88 ◦ blue 36

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

Shades of Crusoe #085824

Tints of Crusoe #085824

RGB

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

 GREEN value IS 88 (34.77% from 255) = 66.67%

 BLUE value IS 36 (14.45% from 255) = 27.27%

R = 6.06%
G = 66.67%
B = 27.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#085824 (or 0x085824) is known color: Crusoe. HEX triplet: 08, 58 and 24. RGB value is (8,88,36). Sum of RGB (Red+Green+Blue) = 8+88+36=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 88 (34.77% from 255 or 66.67% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 88 - color contains mainly: green. Hex color #085824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085824 is #F7A7DB. Grayscale: #3A3A3A. Windows color (decimal): -16230364 or 2381832. OLE color: 2381832.

HSL color Cylindrical-coordinate representation of color #085824: hue angle of 141º degrees, saturation: 0.83, 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 #085824 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 88 36 -
CMYK 0.91 0 0.59 0.65
HSL 141º 0.83% 0.19% -
HSV(B) 141º 0.91% 0.35% -
XYZ 3.91 7.16 2.84 -
YUV 58.15 115.5 92.23 -
System Red Green Blue C M Y K H S L
Decimal 8 88 36 0.91 0 0.59 0.65 141 0.83 0.19
Hex 8 58 24 5B 0 3B 41 8D 53 13
Octal 10 130 44 133 0 73 101 215 123 23
Binary 1000 1011000 100100 1011011 0 111011 1000001 10001101 1010011 10011

Color Harmonies of #085824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085824

Black with #085824

Text Example


Text Example

White with #085824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085824; }

 p { color: rgb(8,88,36); }

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

background-color css

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

 a { background-color: rgb(8,88,36); }

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

border-color css

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

 span { border-color: rgb(8,88,36); }

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