#085C3C

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

Shades of Fun Green #085C3C

Tints of Fun Green #085C3C

Color information

#085C3C (or 0x085C3C) is unknown color: approx Fun Green. HEX triplet: 08, 5C and 3C. RGB value is (8,92,60). Sum of RGB (Red+Green+Blue) = 8+92+60=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 92 (36.33% from 255 or 57.5% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 92 - color contains mainly: green. Hex color #085C3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085C3C is #F7A3C3. Grayscale: #3F3F3F. Windows color (decimal): -16229316 or 3955720. OLE color: 3955720.

HSL color Cylindrical-coordinate representation of color #085C3C: hue angle of 157.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 #085C3C is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB89260-
CMYK0.9100.350.64
HSL157.14º84%19.61%-
HSV(B)157.14º91.3%36.08%-
XYZ4.748.035.58-
YUV63.24126.1788.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5%
GREEN value IS 92 (36.33% from 255) = 57.5%
BLUE value IS 60 (23.83% from 255) = 37.5%
R=5%
G=57.5%
B=37.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal892600.9100.350.64157.148419.61
Hex85C3C5B023409d5414
Octal101347413304310023512424
Binary1000101110011110010110110100011100000010011101101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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