Html Css Color HEX #085021 Crusoe

📋 copy color: '#085021'

red 8 ◦ green 80 ◦ blue 33

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

Shades of Crusoe #085021

Tints of Crusoe #085021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 66.12%

 BLUE value IS 33 (13.28% from 255) = 27.27%

R = 6.61%
G = 66.12%
B = 27.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#085021 (or 0x085021) is known color: Crusoe. HEX triplet: 08, 50 and 21. RGB value is (8,80,33). Sum of RGB (Red+Green+Blue) = 8+80+33=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #085021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085021 is #F7AFDE. Grayscale: #353535. Windows color (decimal): -16232415 or 2183176. OLE color: 2183176.

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

Color convert

RGB 8 80 33 -
CMYK 0.90 0 0.59 0.69
HSL 140.83º 0.82% 0.17% -
HSV(B) 140.83º 0.9% 0.31% -
XYZ 3.24 5.9 2.41 -
YUV 53.11 116.65 95.82 -
System Red Green Blue C M Y K H S L
Decimal 8 80 33 0.90 0 0.59 0.69 140.83 0.82 0.17
Hex 8 50 21 5A 0 3B 45 8D 52 11
Octal 10 120 41 132 0 73 105 215 122 21
Binary 1000 1010000 100001 1011010 0 111011 1000101 10001101 1010010 10001

Color Harmonies of #085021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085021

Black with #085021

Text Example


Text Example

White with #085021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085021; }

 p { color: rgb(8,80,33); }

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

background-color css

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

 a { background-color: rgb(8,80,33); }

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

border-color css

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

 span { border-color: rgb(8,80,33); }

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