Html Css Color HEX #085933 Crusoe

📋 copy color: '#085933'

red 8 ◦ green 89 ◦ blue 51

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

Shades of Crusoe #085933

Tints of Crusoe #085933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 34.46%

R = 5.41%
G = 60.14%
B = 34.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#085933 (or 0x085933) is known color: Crusoe. HEX triplet: 08, 59 and 33. RGB value is (8,89,51). Sum of RGB (Red+Green+Blue) = 8+89+51=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #085933 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085933 is #F7A6CC. Grayscale: #3C3C3C. Windows color (decimal): -16230093 or 3365128. OLE color: 3365128.

HSL color Cylindrical-coordinate representation of color #085933: hue angle of 151.85º 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 #085933 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 89 51 -
CMYK 0.91 0 0.43 0.65
HSL 151.85º 0.84% 0.19% -
HSV(B) 151.85º 0.91% 0.35% -
XYZ 4.27 7.44 4.34 -
YUV 60.45 122.66 90.59 -
System Red Green Blue C M Y K H S L
Decimal 8 89 51 0.91 0 0.43 0.65 151.85 0.84 0.19
Hex 8 59 33 5B 0 2B 41 98 54 13
Octal 10 131 63 133 0 53 101 230 124 23
Binary 1000 1011001 110011 1011011 0 101011 1000001 10011000 1010100 10011

Color Harmonies of #085933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085933

Black with #085933

Text Example


Text Example

White with #085933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085933; }

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

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

background-color css

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

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

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

border-color css

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

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

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