#087334

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

Shades of Dark Spring Green #087334

Tints of Dark Spring Green #087334

Color information

#087334 (or 0x087334) is unknown color: approx Dark Spring Green. HEX triplet: 08, 73 and 34. RGB value is (8,115,52). Sum of RGB (Red+Green+Blue) = 8+115+52=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 115 (45.31% from 255 or 65.71% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 115 - color contains mainly: green. Hex color #087334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087334 is #F78CCB. Grayscale: #4B4B4B. Windows color (decimal): -16223436 or 3437320. OLE color: 3437320.

HSL color Cylindrical-coordinate representation of color #087334: hue angle of 144.67º 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 #087334 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB811552-
CMYK0.9300.550.55
HSL144.67º86.99%24.12%-
HSV(B)144.67º93.04%45.1%-
XYZ6.8512.565.31-
YUV75.82114.5579.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.57%
GREEN value IS 115 (45.31% from 255) = 65.71%
BLUE value IS 52 (20.70% from 255) = 29.71%
R=4.57%
G=65.71%
B=29.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8115520.9300.550.55144.6786.9924.12
Hex873345D03737915718
Octal10163641350676722112730
Binary100011100111101001011101011011111011110010001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087334; }

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

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

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

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

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

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

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

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