Html Css Color HEX #52610D Verdun Green

📋 copy color: '#52610D'

red 82 ◦ green 97 ◦ blue 13

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

Shades of Verdun Green #52610D

Tints of Verdun Green #52610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.52%

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

R = 42.71%
G = 50.52%
B = 6.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#52610D (or 0x52610D) is known color: Verdun Green. HEX triplet: 52, 61 and 0D. RGB value is (82,97,13). Sum of RGB (Red+Green+Blue) = 82+97+13=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #52610D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52610D is #AD9EF2. Grayscale: #535353. Windows color (decimal): -11378419 or 876882. OLE color: 876882.

HSL color Cylindrical-coordinate representation of color #52610D: hue angle of 70.71º degrees, saturation: 0.76, 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 #52610D is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 97 13 -
CMYK 0.15 0 0.87 0.62
HSL 70.71º 0.76% 0.22% -
HSV(B) 70.71º 0.87% 0.38% -
XYZ 7.83 10.37 1.97 -
YUV 82.94 88.53 127.33 -
System Red Green Blue C M Y K H S L
Decimal 82 97 13 0.15 0 0.87 0.62 70.71 0.76 0.22
Hex 52 61 D F 0 57 3E 47 4C 16
Octal 122 141 15 17 0 127 76 107 114 26
Binary 1010010 1100001 1101 1111 0 1010111 111110 1000111 1001100 10110

Color Harmonies of #52610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52610D

Black with #52610D

Text Example


Text Example

White with #52610D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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