Html Css Color HEX #52620D Verdun Green

📋 copy color: '#52620D'

red 82 ◦ green 98 ◦ blue 13

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

Shades of Verdun Green #52620D

Tints of Verdun Green #52620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50.78%

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 42.49%
G = 50.78%
B = 6.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#52620D (or 0x52620D) is known color: Verdun Green. HEX triplet: 52, 62 and 0D. RGB value is (82,98,13). Sum of RGB (Red+Green+Blue) = 82+98+13=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #52620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52620D is #AD9DF2. Grayscale: #535353. Windows color (decimal): -11378163 or 877138. OLE color: 877138.

HSL color Cylindrical-coordinate representation of color #52620D: hue angle of 71.29º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52620D is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 13 -
CMYK 0.16 0 0.87 0.62
HSL 71.29º 0.77% 0.22% -
HSV(B) 71.29º 0.87% 0.38% -
XYZ 7.92 10.56 2 -
YUV 83.53 88.2 126.91 -
System Red Green Blue C M Y K H S L
Decimal 82 98 13 0.16 0 0.87 0.62 71.29 0.77 0.22
Hex 52 62 D 10 0 57 3E 47 4D 16
Octal 122 142 15 20 0 127 76 107 115 26
Binary 1010010 1100010 1101 10000 0 1010111 111110 1000111 1001101 10110

Color Harmonies of #52620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52620D

Black with #52620D

Text Example


Text Example

White with #52620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52620D; }

 p { color: rgb(82,98,13); }

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

background-color css

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

 a { background-color: rgb(82,98,13); }

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

border-color css

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

 span { border-color: rgb(82,98,13); }

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