#087238

Color #087238 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #087238

Tints of Dark Spring Green #087238

Color information

#087238 (or 0x087238) is unknown color: approx Dark Spring Green. HEX triplet: 08, 72 and 38. RGB value is (8,114,56). Sum of RGB (Red+Green+Blue) = 8+114+56=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 114 (44.92% from 255 or 64.04% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 114 - color contains mainly: green. Hex color #087238 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087238 is #F78DC7. Grayscale: #4B4B4B. Windows color (decimal): -16223688 or 3699208. OLE color: 3699208.

HSL color Cylindrical-coordinate representation of color #087238: hue angle of 147.17º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087238 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB811456-
CMYK0.9300.510.55
HSL147.17º86.89%23.92%-
HSV(B)147.17º92.98%44.71%-
XYZ6.8312.375.77-
YUV75.69116.8879.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.49%
GREEN value IS 114 (44.92% from 255) = 64.04%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=4.49%
G=64.04%
B=31.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8114560.9300.510.55147.1786.8923.92
Hex872385D03337935718
Octal10162701350636722312730
Binary100011100101110001011101011001111011110010011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087238; }

 p { color: rgb(8,114,56); }

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

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

 a { background-color: rgb(8,114,56); }

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

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

 span { border-color: rgb(8,114,56); }

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