Html Css Color HEX #085228 Crusoe

📋 copy color: '#085228'

red 8 ◦ green 82 ◦ blue 40

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

Shades of Crusoe #085228

Tints of Crusoe #085228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 30.77%

R = 6.15%
G = 63.08%
B = 30.77%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#085228 (or 0x085228) is known color: Crusoe. HEX triplet: 08, 52 and 28. RGB value is (8,82,40). Sum of RGB (Red+Green+Blue) = 8+82+40=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 82 (32.42% from 255 or 63.08% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 82 - color contains mainly: green. Hex color #085228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085228 is #F7ADD7. Grayscale: #373737. Windows color (decimal): -16231896 or 2642440. OLE color: 2642440.

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

Color convert

RGB 8 82 40 -
CMYK 0.90 0 0.51 0.68
HSL 145.95º 0.82% 0.18% -
HSV(B) 145.95º 0.9% 0.32% -
XYZ 3.5 6.24 3.03 -
YUV 55.09 119.48 94.42 -
System Red Green Blue C M Y K H S L
Decimal 8 82 40 0.90 0 0.51 0.68 145.95 0.82 0.18
Hex 8 52 28 5A 0 33 44 92 52 12
Octal 10 122 50 132 0 63 104 222 122 22
Binary 1000 1010010 101000 1011010 0 110011 1000100 10010010 1010010 10010

Color Harmonies of #085228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085228

Black with #085228

Text Example


Text Example

White with #085228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085228; }

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

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

background-color css

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

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

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

border-color css

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

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

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