#085D3D

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

Shades of Fun Green #085D3D

Tints of Fun Green #085D3D

Color information

#085D3D (or 0x085D3D) is unknown color: approx Fun Green. HEX triplet: 08, 5D and 3D. RGB value is (8,93,61). Sum of RGB (Red+Green+Blue) = 8+93+61=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 93 (36.72% from 255 or 57.41% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 93 - color contains mainly: green. Hex color #085D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D3D is #F7A2C2. Grayscale: #3F3F3F. Windows color (decimal): -16229059 or 4021512. OLE color: 4021512.

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

Color convert

RGB89361-
CMYK0.9100.340.64
HSL157.41º84.16%19.8%-
HSV(B)157.41º91.4%36.47%-
XYZ4.868.225.74-
YUV63.94126.3488.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.94%
GREEN value IS 93 (36.72% from 255) = 57.41%
BLUE value IS 61 (24.22% from 255) = 37.65%
R=4.94%
G=57.41%
B=37.65%

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
Decimal893610.9100.340.64157.4184.1619.8
Hex85D3D5B022409d5414
Octal101357513304210023512424
Binary1000101110111110110110110100010100000010011101101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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