Html Css Color HEX #52620C Verdun Green

📋 copy color: '#52620C'

red 82 ◦ green 98 ◦ blue 12

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

Shades of Verdun Green #52620C

Tints of Verdun Green #52620C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.25%

R = 42.71%
G = 51.04%
B = 6.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#52620C (or 0x52620C) is known color: Verdun Green. HEX triplet: 52, 62 and 0C. RGB value is (82,98,12). Sum of RGB (Red+Green+Blue) = 82+98+12=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #52620C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52620C is #AD9DF3. Grayscale: #535353. Windows color (decimal): -11378164 or 811602. OLE color: 811602.

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

Color convert

RGB 82 98 12 -
CMYK 0.16 0 0.88 0.62
HSL 71.16º 0.78% 0.22% -
HSV(B) 71.16º 0.88% 0.38% -
XYZ 7.91 10.56 1.97 -
YUV 83.41 87.7 126.99 -
System Red Green Blue C M Y K H S L
Decimal 82 98 12 0.16 0 0.88 0.62 71.16 0.78 0.22
Hex 52 62 C 10 0 58 3E 47 4E 16
Octal 122 142 14 20 0 130 76 107 116 26
Binary 1010010 1100010 1100 10000 0 1011000 111110 1000111 1001110 10110

Color Harmonies of #52620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52620C

Black with #52620C

Text Example


Text Example

White with #52620C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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