Html Css Color HEX #52620B Verdun Green

📋 copy color: '#52620B'

red 82 ◦ green 98 ◦ blue 11

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

Shades of Verdun Green #52620B

Tints of Verdun Green #52620B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.76%

R = 42.93%
G = 51.31%
B = 5.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#52620B (or 0x52620B) is known color: Verdun Green. HEX triplet: 52, 62 and 0B. RGB value is (82,98,11). Sum of RGB (Red+Green+Blue) = 82+98+11=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #52620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52620B is #AD9DF4. Grayscale: #535353. Windows color (decimal): -11378165 or 746066. OLE color: 746066.

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

Color convert

RGB 82 98 11 -
CMYK 0.16 0 0.89 0.62
HSL 71.03º 0.8% 0.21% -
HSV(B) 71.03º 0.89% 0.38% -
XYZ 7.91 10.55 1.94 -
YUV 83.3 87.2 127.07 -
System Red Green Blue C M Y K H S L
Decimal 82 98 11 0.16 0 0.89 0.62 71.03 0.8 0.21
Hex 52 62 B 10 0 59 3E 47 50 15
Octal 122 142 13 20 0 131 76 107 120 25
Binary 1010010 1100010 1011 10000 0 1011001 111110 1000111 1010000 10101

Color Harmonies of #52620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52620B

Black with #52620B

Text Example


Text Example

White with #52620B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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