Html Css Color HEX #525502 Verdun Green

📋 copy color: '#525502'

red 82 ◦ green 85 ◦ blue 2

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

Shades of Verdun Green #525502

Tints of Verdun Green #525502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 50.3%

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

R = 48.52%
G = 50.3%
B = 1.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#525502 (or 0x525502) is known color: Verdun Green. HEX triplet: 52, 55 and 02. RGB value is (82,85,2). Sum of RGB (Red+Green+Blue) = 82+85+2=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #525502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525502 is #ADAAFD. Grayscale: #4A4A4A. Windows color (decimal): -11381502 or 152914. OLE color: 152914.

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

Color convert

RGB 82 85 2 -
CMYK 0.04 0 0.98 0.67
HSL 62.17º 0.95% 0.17% -
HSV(B) 62.17º 0.98% 0.33% -
XYZ 6.74 8.3 1.3 -
YUV 74.64 87.01 133.25 -
System Red Green Blue C M Y K H S L
Decimal 82 85 2 0.04 0 0.98 0.67 62.17 0.95 0.17
Hex 52 55 2 4 0 62 43 3E 5F 11
Octal 122 125 2 4 0 142 103 76 137 21
Binary 1010010 1010101 10 100 0 1100010 1000011 111110 1011111 10001

Color Harmonies of #525502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525502

Black with #525502

Text Example


Text Example

White with #525502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525502; }

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

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

background-color css

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

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

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

border-color css

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

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

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