Html Css Color HEX #085215 Crusoe

📋 copy color: '#085215'

red 8 ◦ green 82 ◦ blue 21

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

Shades of Crusoe #085215

Tints of Crusoe #085215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 73.87%

 BLUE value IS 21 (8.59% from 255) = 18.92%

R = 7.21%
G = 73.87%
B = 18.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#085215 (or 0x085215) is known color: Crusoe. HEX triplet: 08, 52 and 15. RGB value is (8,82,21). Sum of RGB (Red+Green+Blue) = 8+82+21=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 82 (32.42% from 255 or 73.87% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 82 - color contains mainly: green. Hex color #085215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085215 is #F7ADEA. Grayscale: #353535. Windows color (decimal): -16231915 or 1397256. OLE color: 1397256.

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

Color convert

RGB 8 82 21 -
CMYK 0.90 0 0.74 0.68
HSL 130.54º 0.82% 0.18% -
HSV(B) 130.54º 0.9% 0.32% -
XYZ 3.25 6.14 1.72 -
YUV 52.92 109.98 95.96 -
System Red Green Blue C M Y K H S L
Decimal 8 82 21 0.90 0 0.74 0.68 130.54 0.82 0.18
Hex 8 52 15 5A 0 4A 44 83 52 12
Octal 10 122 25 132 0 112 104 203 122 22
Binary 1000 1010010 10101 1011010 0 1001010 1000100 10000011 1010010 10010

Color Harmonies of #085215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085215

Black with #085215

Text Example


Text Example

White with #085215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085215; }

 p { color: rgb(8,82,21); }

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

background-color css

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

 a { background-color: rgb(8,82,21); }

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

border-color css

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

 span { border-color: rgb(8,82,21); }

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