#508002

Color #508002 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #508002

Tints of Olive Drab #508002

Color information

#508002 (or 0x508002) is unknown color: approx Olive Drab. HEX triplet: 50, 80 and 02. RGB value is (80,128,2). Sum of RGB (Red+Green+Blue) = 80+128+2=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 128 (50.39% from 255 or 60.95% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 128 - color contains mainly: green. Hex color #508002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508002 is #AF7FFD. Grayscale: #636363. Windows color (decimal): -11501566 or 163920. OLE color: 163920.

HSL color Cylindrical-coordinate representation of color #508002: hue angle of 82.86º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #508002 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB801282-
CMYK0.3800.980.50
HSL82.86º96.92%25.49%-
HSV(B)82.86º98.44%50.2%-
XYZ11.0417.152.79-
YUV99.2873.1114.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 128 (50.39% from 255) = 60.95%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=38.10%
G=60.95%
B=0.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8012820.3800.980.5082.8696.9225.49
Hex508022606232536119
Octal12020024601426212314131
Binary10100001000000010100110011000101100101010011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508002; }

 p { color: rgb(80,128,2); }

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

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

 a { background-color: rgb(80,128,2); }

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

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

 span { border-color: rgb(80,128,2); }

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