Html Css Color HEX #525802 Verdun Green

📋 copy color: '#525802'

red 82 ◦ green 88 ◦ blue 2

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

Shades of Verdun Green #525802

Tints of Verdun Green #525802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 51.16%

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

R = 47.67%
G = 51.16%
B = 1.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#525802 (or 0x525802) is known color: Verdun Green. HEX triplet: 52, 58 and 02. RGB value is (82,88,2). Sum of RGB (Red+Green+Blue) = 82+88+2=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 88 (34.77% from 255 or 51.16% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 88 - color contains mainly: green. Hex color #525802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525802 is #ADA7FD. Grayscale: #4C4C4C. Windows color (decimal): -11380734 or 153682. OLE color: 153682.

HSL color Cylindrical-coordinate representation of color #525802: hue angle of 64.19º 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 #525802 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 2 -
CMYK 0.07 0 0.98 0.65
HSL 64.19º 0.96% 0.18% -
HSV(B) 64.19º 0.98% 0.35% -
XYZ 6.98 8.78 1.38 -
YUV 76.4 86.01 131.99 -
System Red Green Blue C M Y K H S L
Decimal 82 88 2 0.07 0 0.98 0.65 64.19 0.96 0.18
Hex 52 58 2 7 0 62 41 40 60 12
Octal 122 130 2 7 0 142 101 100 140 22
Binary 1010010 1011000 10 111 0 1100010 1000001 1000000 1100000 10010

Color Harmonies of #525802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525802

Black with #525802

Text Example


Text Example

White with #525802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525802; }

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

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

background-color css

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

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

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

border-color css

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

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

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