Html Css Color HEX #085732 Crusoe

📋 copy color: '#085732'

red 8 ◦ green 87 ◦ blue 50

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

Shades of Crusoe #085732

Tints of Crusoe #085732

RGB

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

 GREEN value IS 87 (34.38% from 255) = 60%

 BLUE value IS 50 (19.92% from 255) = 34.48%

R = 5.52%
G = 60%
B = 34.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#085732 (or 0x085732) is known color: Crusoe. HEX triplet: 08, 57 and 32. RGB value is (8,87,50). Sum of RGB (Red+Green+Blue) = 8+87+50=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 87 (34.38% from 255 or 60% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 87 - color contains mainly: green. Hex color #085732 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085732 is #F7A8CD. Grayscale: #3B3B3B. Windows color (decimal): -16230606 or 3299080. OLE color: 3299080.

HSL color Cylindrical-coordinate representation of color #085732: hue angle of 151.9º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085732 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 87 50 -
CMYK 0.91 0 0.43 0.66
HSL 151.9º 0.83% 0.19% -
HSV(B) 151.9º 0.91% 0.34% -
XYZ 4.08 7.1 4.17 -
YUV 59.16 122.83 91.51 -
System Red Green Blue C M Y K H S L
Decimal 8 87 50 0.91 0 0.43 0.66 151.9 0.83 0.19
Hex 8 57 32 5B 0 2B 42 98 53 13
Octal 10 127 62 133 0 53 102 230 123 23
Binary 1000 1010111 110010 1011011 0 101011 1000010 10011000 1010011 10011

Color Harmonies of #085732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085732

Black with #085732

Text Example


Text Example

White with #085732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085732; }

 p { color: rgb(8,87,50); }

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

background-color css

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

 a { background-color: rgb(8,87,50); }

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

border-color css

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

 span { border-color: rgb(8,87,50); }

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