Html Css Color HEX #086524 Crusoe

📋 copy color: '#086524'

red 8 ◦ green 101 ◦ blue 36

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

Shades of Crusoe #086524

Tints of Crusoe #086524

RGB

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

 GREEN value IS 101 (39.84% from 255) = 69.66%

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

R = 5.52%
G = 69.66%
B = 24.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#086524 (or 0x086524) is known color: Crusoe. HEX triplet: 08, 65 and 24. RGB value is (8,101,36). Sum of RGB (Red+Green+Blue) = 8+101+36=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 101 (39.84% from 255 or 69.66% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 101 - color contains mainly: green. Hex color #086524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086524 is #F79ADB. Grayscale: #414141. Windows color (decimal): -16227036 or 2385160. OLE color: 2385160.

HSL color Cylindrical-coordinate representation of color #086524: hue angle of 138.06º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086524 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 101 36 -
CMYK 0.92 0 0.64 0.60
HSL 138.06º 0.85% 0.21% -
HSV(B) 138.06º 0.92% 0.4% -
XYZ 5.07 9.49 3.23 -
YUV 65.78 111.19 86.79 -
System Red Green Blue C M Y K H S L
Decimal 8 101 36 0.92 0 0.64 0.60 138.06 0.85 0.21
Hex 8 65 24 5C 0 40 3C 8A 55 15
Octal 10 145 44 134 0 100 74 212 125 25
Binary 1000 1100101 100100 1011100 0 1000000 111100 10001010 1010101 10101

Color Harmonies of #086524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086524

Black with #086524

Text Example


Text Example

White with #086524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086524; }

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

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

background-color css

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

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

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

border-color css

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

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

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