#085C35

Color #085C35 Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #085C35

Tints of Fun Green #085C35

Color information

#085C35 (or 0x085C35) is unknown color: approx Fun Green. HEX triplet: 08, 5C and 35. RGB value is (8,92,53). Sum of RGB (Red+Green+Blue) = 8+92+53=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 92 (36.33% from 255 or 60.13% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 92 - color contains mainly: green. Hex color #085C35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085C35 is #F7A3CA. Grayscale: #3E3E3E. Windows color (decimal): -16229323 or 3496968. OLE color: 3496968.

HSL color Cylindrical-coordinate representation of color #085C35: hue angle of 152.14º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085C35 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB89253-
CMYK0.9100.420.64
HSL152.14º84%19.61%-
HSV(B)152.14º91.3%36.08%-
XYZ4.577.964.66-
YUV62.44122.6789.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.23%
GREEN value IS 92 (36.33% from 255) = 60.13%
BLUE value IS 53 (21.09% from 255) = 34.64%
R=5.23%
G=60.13%
B=34.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal892530.9100.420.64152.148419.61
Hex85C355B02A40985414
Octal101346513305210023012424
Binary1000101110011010110110110101010100000010011000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085C35; }

 p { color: rgb(8,92,53); }

 H1.HeaderClassName
 {
   color: #085C35;
 }
 .AnyTagClassName
 {
   color: #085C35;
 }
</style>
background-color css

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

 a { background-color: rgb(8,92,53); }

 div.DivClassName
 {
   background-color: #085C35;
 }
 .BgClassName
 {
   background-color: #085C35;
 }
</style>
border-color css

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

 span { border-color: rgb(8,92,53); }

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