Html Css Color HEX #085624 Crusoe

📋 copy color: '#085624'

red 8 ◦ green 86 ◦ blue 36

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

Shades of Crusoe #085624

Tints of Crusoe #085624

RGB

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

 GREEN value IS 86 (33.98% from 255) = 66.15%

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

R = 6.15%
G = 66.15%
B = 27.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.66

RGB Variations

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

Color information

#085624 (or 0x085624) is known color: Crusoe. HEX triplet: 08, 56 and 24. RGB value is (8,86,36). Sum of RGB (Red+Green+Blue) = 8+86+36=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 86 (33.98% from 255 or 66.15% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 86 - color contains mainly: green. Hex color #085624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085624 is #F7A9DB. Grayscale: #393939. Windows color (decimal): -16230876 or 2381320. OLE color: 2381320.

HSL color Cylindrical-coordinate representation of color #085624: hue angle of 141.54º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085624 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 86 36 -
CMYK 0.91 0 0.58 0.66
HSL 141.54º 0.83% 0.18% -
HSV(B) 141.54º 0.91% 0.34% -
XYZ 3.75 6.83 2.79 -
YUV 56.98 116.16 93.07 -
System Red Green Blue C M Y K H S L
Decimal 8 86 36 0.91 0 0.58 0.66 141.54 0.83 0.18
Hex 8 56 24 5B 0 3A 42 8E 53 12
Octal 10 126 44 133 0 72 102 216 123 22
Binary 1000 1010110 100100 1011011 0 111010 1000010 10001110 1010011 10010

Color Harmonies of #085624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085624

Black with #085624

Text Example


Text Example

White with #085624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085624; }

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

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

background-color css

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

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

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

border-color css

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

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

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