#528502

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

Shades of Olive Drab #528502

Tints of Olive Drab #528502

Color information

#528502 (or 0x528502) is unknown color: approx Olive Drab. HEX triplet: 52, 85 and 02. RGB value is (82,133,2). Sum of RGB (Red+Green+Blue) = 82+133+2=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #528502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528502 is #AD7AFD. Grayscale: #676767. Windows color (decimal): -11369214 or 165202. OLE color: 165202.

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

Color convert

RGB821332-
CMYK0.3800.980.48
HSL83.36º97.04%26.47%-
HSV(B)83.36º98.5%52.16%-
XYZ11.8818.573.02-
YUV102.8271.1113.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.79%
GREEN value IS 133 (52.34% from 255) = 61.29%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=37.79%
G=61.29%
B=0.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8213320.3800.980.4883.3697.0426.47
Hex52852260623053611a
Octal12220524601426012314132
Binary10100101000010110100110011000101100001010011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528502; }

 p { color: rgb(82,133,2); }

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

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

 a { background-color: rgb(82,133,2); }

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

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

 span { border-color: rgb(82,133,2); }

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