Html Css Color HEX #526302 Verdun Green

📋 copy color: '#526302'

red 82 ◦ green 99 ◦ blue 2

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

Shades of Verdun Green #526302

Tints of Verdun Green #526302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 54.1%

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

R = 44.81%
G = 54.1%
B = 1.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#526302 (or 0x526302) is known color: Verdun Green. HEX triplet: 52, 63 and 02. RGB value is (82,99,2). Sum of RGB (Red+Green+Blue) = 82+99+2=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #526302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526302 is #AD9CFD. Grayscale: #535353. Windows color (decimal): -11377918 or 156498. OLE color: 156498.

HSL color Cylindrical-coordinate representation of color #526302: hue angle of 70.52º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #526302 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 99 2 -
CMYK 0.17 0 0.98 0.61
HSL 70.52º 0.96% 0.2% -
HSV(B) 70.52º 0.98% 0.39% -
XYZ 7.95 10.72 1.71 -
YUV 82.86 82.37 127.39 -
System Red Green Blue C M Y K H S L
Decimal 82 99 2 0.17 0 0.98 0.61 70.52 0.96 0.2
Hex 52 63 2 11 0 62 3D 47 60 14
Octal 122 143 2 21 0 142 75 107 140 24
Binary 1010010 1100011 10 10001 0 1100010 111101 1000111 1100000 10100

Color Harmonies of #526302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526302

Black with #526302

Text Example


Text Example

White with #526302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526302; }

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

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

background-color css

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

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

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

border-color css

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

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

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