Html Css Color HEX #085227 Crusoe

📋 copy color: '#085227'

red 8 ◦ green 82 ◦ blue 39

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

Shades of Crusoe #085227

Tints of Crusoe #085227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30.23%

R = 6.2%
G = 63.57%
B = 30.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#085227 (or 0x085227) is known color: Crusoe. HEX triplet: 08, 52 and 27. RGB value is (8,82,39). Sum of RGB (Red+Green+Blue) = 8+82+39=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 82 (32.42% from 255 or 63.57% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 82 - color contains mainly: green. Hex color #085227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085227 is #F7ADD8. Grayscale: #373737. Windows color (decimal): -16231897 or 2576904. OLE color: 2576904.

HSL color Cylindrical-coordinate representation of color #085227: hue angle of 145.14º 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 #085227 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 82 39 -
CMYK 0.90 0 0.52 0.68
HSL 145.14º 0.82% 0.18% -
HSV(B) 145.14º 0.9% 0.32% -
XYZ 3.48 6.23 2.94 -
YUV 54.97 118.98 94.5 -
System Red Green Blue C M Y K H S L
Decimal 8 82 39 0.90 0 0.52 0.68 145.14 0.82 0.18
Hex 8 52 27 5A 0 34 44 91 52 12
Octal 10 122 47 132 0 64 104 221 122 22
Binary 1000 1010010 100111 1011010 0 110100 1000100 10010001 1010010 10010

Color Harmonies of #085227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085227

Black with #085227

Text Example


Text Example

White with #085227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085227; }

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

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

background-color css

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

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

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

border-color css

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

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

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