#085C34

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

Shades of Fun Green #085C34

Tints of Fun Green #085C34

Color information

#085C34 (or 0x085C34) is unknown color: approx Fun Green. HEX triplet: 08, 5C and 34. RGB value is (8,92,52). Sum of RGB (Red+Green+Blue) = 8+92+52=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 92 (36.33% from 255 or 60.53% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 92 - color contains mainly: green. Hex color #085C34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085C34 is #F7A3CB. Grayscale: #3E3E3E. Windows color (decimal): -16229324 or 3431432. OLE color: 3431432.

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

Color convert

RGB89252-
CMYK0.9100.430.64
HSL151.43º84%19.61%-
HSV(B)151.43º91.3%36.08%-
XYZ4.557.954.54-
YUV62.32122.1789.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.26%
GREEN value IS 92 (36.33% from 255) = 60.53%
BLUE value IS 52 (20.70% from 255) = 34.21%
R=5.26%
G=60.53%
B=34.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal892520.9100.430.64151.438419.61
Hex85C345B02B40975414
Octal101346413305310022712424
Binary1000101110011010010110110101011100000010010111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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