Html Css Color HEX #525602 Verdun Green

📋 copy color: '#525602'

red 82 ◦ green 86 ◦ blue 2

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

Shades of Verdun Green #525602

Tints of Verdun Green #525602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 50.59%

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

R = 48.24%
G = 50.59%
B = 1.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#525602 (or 0x525602) is known color: Verdun Green. HEX triplet: 52, 56 and 02. RGB value is (82,86,2). Sum of RGB (Red+Green+Blue) = 82+86+2=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 86 (33.98% from 255 or 50.59% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 86 - color contains mainly: green. Hex color #525602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525602 is #ADA9FD. Grayscale: #4B4B4B. Windows color (decimal): -11381246 or 153170. OLE color: 153170.

HSL color Cylindrical-coordinate representation of color #525602: hue angle of 62.86º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #525602 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 86 2 -
CMYK 0.05 0 0.98 0.66
HSL 62.86º 0.95% 0.17% -
HSV(B) 62.86º 0.98% 0.34% -
XYZ 6.82 8.45 1.33 -
YUV 75.23 86.67 132.83 -
System Red Green Blue C M Y K H S L
Decimal 82 86 2 0.05 0 0.98 0.66 62.86 0.95 0.17
Hex 52 56 2 5 0 62 42 3F 5F 11
Octal 122 126 2 5 0 142 102 77 137 21
Binary 1010010 1010110 10 101 0 1100010 1000010 111111 1011111 10001

Color Harmonies of #525602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525602

Black with #525602

Text Example


Text Example

White with #525602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525602; }

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

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

background-color css

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

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

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

border-color css

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

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

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