#085C3D

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

Shades of Fun Green #085C3D

Tints of Fun Green #085C3D

Color information

#085C3D (or 0x085C3D) is unknown color: approx Fun Green. HEX triplet: 08, 5C and 3D. RGB value is (8,92,61). Sum of RGB (Red+Green+Blue) = 8+92+61=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 92 (36.33% from 255 or 57.14% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 92 - color contains mainly: green. Hex color #085C3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085C3D is #F7A3C2. Grayscale: #3F3F3F. Windows color (decimal): -16229315 or 4021256. OLE color: 4021256.

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

Color convert

RGB89261-
CMYK0.9100.340.64
HSL157.86º84%19.61%-
HSV(B)157.86º91.3%36.08%-
XYZ4.778.045.72-
YUV63.35126.6788.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 92 (36.33% from 255) = 57.14%
BLUE value IS 61 (24.22% from 255) = 37.89%
R=4.97%
G=57.14%
B=37.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal892610.9100.340.64157.868419.61
Hex85C3D5B022409e5414
Octal101347513304210023612424
Binary1000101110011110110110110100010100000010011110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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