Html Css Color HEX #526303 Verdun Green

📋 copy color: '#526303'

red 82 ◦ green 99 ◦ blue 3

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

Shades of Verdun Green #526303

Tints of Verdun Green #526303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.63%

R = 44.57%
G = 53.8%
B = 1.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#526303 (or 0x526303) is known color: Verdun Green. HEX triplet: 52, 63 and 03. RGB value is (82,99,3). Sum of RGB (Red+Green+Blue) = 82+99+3=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #526303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526303 is #AD9CFC. Grayscale: #535353. Windows color (decimal): -11377917 or 222034. OLE color: 222034.

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

Color convert

RGB 82 99 3 -
CMYK 0.17 0 0.97 0.61
HSL 70.62º 0.94% 0.2% -
HSV(B) 70.62º 0.97% 0.39% -
XYZ 7.96 10.72 1.74 -
YUV 82.97 82.87 127.31 -
System Red Green Blue C M Y K H S L
Decimal 82 99 3 0.17 0 0.97 0.61 70.62 0.94 0.2
Hex 52 63 3 11 0 61 3D 47 5E 14
Octal 122 143 3 21 0 141 75 107 136 24
Binary 1010010 1100011 11 10001 0 1100001 111101 1000111 1011110 10100

Color Harmonies of #526303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526303

Black with #526303

Text Example


Text Example

White with #526303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526303; }

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

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

background-color css

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

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

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

border-color css

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

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

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