Html Css Color HEX #085E21 Crusoe

📋 copy color: '#085E21'

red 8 ◦ green 94 ◦ blue 33

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

Shades of Crusoe #085E21

Tints of Crusoe #085E21

RGB

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

 GREEN value IS 94 (37.11% from 255) = 69.63%

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

R = 5.93%
G = 69.63%
B = 24.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.63

RGB Variations

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

Color information

#085E21 (or 0x085E21) is known color: Crusoe. HEX triplet: 08, 5E and 21. RGB value is (8,94,33). Sum of RGB (Red+Green+Blue) = 8+94+33=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 94 (37.11% from 255 or 69.63% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 94 - color contains mainly: green. Hex color #085E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085E21 is #F7A1DE. Grayscale: #3D3D3D. Windows color (decimal): -16228831 or 2186760. OLE color: 2186760.

HSL color Cylindrical-coordinate representation of color #085E21: hue angle of 137.44º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085E21 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 94 33 -
CMYK 0.91 0 0.65 0.63
HSL 137.44º 0.84% 0.2% -
HSV(B) 137.44º 0.91% 0.37% -
XYZ 4.38 8.17 2.78 -
YUV 61.33 112.01 89.96 -
System Red Green Blue C M Y K H S L
Decimal 8 94 33 0.91 0 0.65 0.63 137.44 0.84 0.2
Hex 8 5E 21 5B 0 41 3F 89 54 14
Octal 10 136 41 133 0 101 77 211 124 24
Binary 1000 1011110 100001 1011011 0 1000001 111111 10001001 1010100 10100

Color Harmonies of #085E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E21

Black with #085E21

Text Example


Text Example

White with #085E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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