Html Css Color HEX #085928 Crusoe

📋 copy color: '#085928'

red 8 ◦ green 89 ◦ blue 40

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

Shades of Crusoe #085928

Tints of Crusoe #085928

RGB

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

 GREEN value IS 89 (35.16% from 255) = 64.96%

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

R = 5.84%
G = 64.96%
B = 29.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#085928 (or 0x085928) is known color: Crusoe. HEX triplet: 08, 59 and 28. RGB value is (8,89,40). Sum of RGB (Red+Green+Blue) = 8+89+40=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 89 (35.16% from 255 or 64.96% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 89 - color contains mainly: green. Hex color #085928 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085928 is #F7A6D7. Grayscale: #3B3B3B. Windows color (decimal): -16230104 or 2644232. OLE color: 2644232.

HSL color Cylindrical-coordinate representation of color #085928: hue angle of 143.7º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085928 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 89 40 -
CMYK 0.91 0 0.55 0.65
HSL 143.7º 0.84% 0.19% -
HSV(B) 143.7º 0.91% 0.35% -
XYZ 4.06 7.35 3.21 -
YUV 59.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 8 89 40 0.91 0 0.55 0.65 143.7 0.84 0.19
Hex 8 59 28 5B 0 37 41 90 54 13
Octal 10 131 50 133 0 67 101 220 124 23
Binary 1000 1011001 101000 1011011 0 110111 1000001 10010000 1010100 10011

Color Harmonies of #085928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085928

Black with #085928

Text Example


Text Example

White with #085928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085928; }

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

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

background-color css

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

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

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

border-color css

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

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

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