Html Css Color HEX #085124 Crusoe

📋 copy color: '#085124'

red 8 ◦ green 81 ◦ blue 36

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

Shades of Crusoe #085124

Tints of Crusoe #085124

RGB

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

 GREEN value IS 81 (32.03% from 255) = 64.8%

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

R = 6.4%
G = 64.8%
B = 28.8%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#085124 (or 0x085124) is known color: Crusoe. HEX triplet: 08, 51 and 24. RGB value is (8,81,36). Sum of RGB (Red+Green+Blue) = 8+81+36=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 81 (32.03% from 255 or 64.8% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 81 - color contains mainly: green. Hex color #085124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085124 is #F7AEDB. Grayscale: #363636. Windows color (decimal): -16232156 or 2380040. OLE color: 2380040.

HSL color Cylindrical-coordinate representation of color #085124: hue angle of 143.01º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085124 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 81 36 -
CMYK 0.90 0 0.56 0.68
HSL 143.01º 0.82% 0.17% -
HSV(B) 143.01º 0.9% 0.32% -
XYZ 3.36 6.06 2.66 -
YUV 54.04 117.82 95.16 -
System Red Green Blue C M Y K H S L
Decimal 8 81 36 0.90 0 0.56 0.68 143.01 0.82 0.17
Hex 8 51 24 5A 0 38 44 8F 52 11
Octal 10 121 44 132 0 70 104 217 122 21
Binary 1000 1010001 100100 1011010 0 111000 1000100 10001111 1010010 10001

Color Harmonies of #085124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085124

Black with #085124

Text Example


Text Example

White with #085124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085124; }

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

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

background-color css

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

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

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

border-color css

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

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

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