Html Css Color HEX #528602 Olive Drab

📋 copy color: '#528602'

red 82 ◦ green 134 ◦ blue 2

#528602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #528602

Tints of Olive Drab #528602

RGB

 RED value IS 82 (32.42% from 255) = 37.61%

 GREEN value IS 134 (52.73% from 255) = 61.47%

 BLUE value IS 2 (1.17% from 255) = 0.92%

R = 37.61%
G = 61.47%
B = 0.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#528602 (or 0x528602) is known color: Olive Drab. HEX triplet: 52, 86 and 02. RGB value is (82,134,2). Sum of RGB (Red+Green+Blue) = 82+134+2=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 134 (52.73% from 255 or 61.47% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 134 - color contains mainly: green. Hex color #528602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528602 is #AD79FD. Grayscale: #676767. Windows color (decimal): -11368958 or 165458. OLE color: 165458.

HSL color Cylindrical-coordinate representation of color #528602: hue angle of 83.64º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #528602 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 134 2 -
CMYK 0.39 0 0.99 0.47
HSL 83.64º 0.97% 0.27% -
HSV(B) 83.64º 0.99% 0.53% -
XYZ 12.02 18.85 3.06 -
YUV 103.4 70.77 112.73 -
System Red Green Blue C M Y K H S L
Decimal 82 134 2 0.39 0 0.99 0.47 83.64 0.97 0.27
Hex 52 86 2 27 0 63 2F 54 61 1B
Octal 122 206 2 47 0 143 57 124 141 33
Binary 1010010 10000110 10 100111 0 1100011 101111 1010100 1100001 11011

Color Harmonies of #528602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528602

Black with #528602

Text Example


Text Example

White with #528602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528602; }

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

 H1.HeaderClassName
 {
   color: #528602;
 }
 .AnyTagClassName
 {
   color: #528602;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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