#008534

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

Shades of Dark Spring Green #008534

Tints of Dark Spring Green #008534

Color information

#008534 (or 0x008534) is unknown color: approx Dark Spring Green. HEX triplet: 00, 85 and 34. RGB value is (0,133,52). Sum of RGB (Red+Green+Blue) = 0+133+52=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 133 (52.34% from 255 or 71.89% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 133 - color contains mainly: green. Hex color #008534 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008534 is #FF7ACB. Grayscale: #545454. Windows color (decimal): -16743116 or 3441920. OLE color: 3441920.

HSL color Cylindrical-coordinate representation of color #008534: hue angle of 143.46º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008534 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB013352-
CMYK100.610.48
HSL143.46º100%26.08%-
HSV(B)143.46º100%52.16%-
XYZ9.0117.026.06-
YUV84109.9468.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 71.89%
BLUE value IS 52 (20.70% from 255) = 28.11%
R=0%
G=71.89%
B=28.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013352100.610.48143.4610026.08
Hex085346403D308f641a
Octal0205641440756021714432
Binary0100001011101001100100011110111000010001111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008534; }

 p { color: rgb(0,133,52); }

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

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

 a { background-color: rgb(0,133,52); }

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

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

 span { border-color: rgb(0,133,52); }

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