Html Css Color HEX #525902 Verdun Green

📋 copy color: '#525902'

red 82 ◦ green 89 ◦ blue 2

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

Shades of Verdun Green #525902

Tints of Verdun Green #525902

RGB

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

 GREEN value IS 89 (35.16% from 255) = 51.45%

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

R = 47.4%
G = 51.45%
B = 1.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#525902 (or 0x525902) is known color: Verdun Green. HEX triplet: 52, 59 and 02. RGB value is (82,89,2). Sum of RGB (Red+Green+Blue) = 82+89+2=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #525902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525902 is #ADA6FD. Grayscale: #4D4D4D. Windows color (decimal): -11380478 or 153938. OLE color: 153938.

HSL color Cylindrical-coordinate representation of color #525902: hue angle of 64.83º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #525902 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 2 -
CMYK 0.08 0 0.98 0.65
HSL 64.83º 0.96% 0.18% -
HSV(B) 64.83º 0.98% 0.35% -
XYZ 7.06 8.94 1.41 -
YUV 76.99 85.68 131.57 -
System Red Green Blue C M Y K H S L
Decimal 82 89 2 0.08 0 0.98 0.65 64.83 0.96 0.18
Hex 52 59 2 8 0 62 41 41 60 12
Octal 122 131 2 10 0 142 101 101 140 22
Binary 1010010 1011001 10 1000 0 1100010 1000001 1000001 1100000 10010

Color Harmonies of #525902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525902

Black with #525902

Text Example


Text Example

White with #525902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525902; }

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

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

background-color css

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

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

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

border-color css

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

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

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