Html Css Color HEX #52610F Verdun Green

📋 copy color: '#52610F'

red 82 ◦ green 97 ◦ blue 15

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

Shades of Verdun Green #52610F

Tints of Verdun Green #52610F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.73%

R = 42.27%
G = 50%
B = 7.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#52610F (or 0x52610F) is known color: Verdun Green. HEX triplet: 52, 61 and 0F. RGB value is (82,97,15). Sum of RGB (Red+Green+Blue) = 82+97+15=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #52610F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52610F is #AD9EF0. Grayscale: #535353. Windows color (decimal): -11378417 or 1007954. OLE color: 1007954.

HSL color Cylindrical-coordinate representation of color #52610F: hue angle of 70.98º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52610F is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 97 15 -
CMYK 0.15 0 0.85 0.62
HSL 70.98º 0.73% 0.22% -
HSV(B) 70.98º 0.85% 0.38% -
XYZ 7.84 10.38 2.04 -
YUV 83.17 89.53 127.17 -
System Red Green Blue C M Y K H S L
Decimal 82 97 15 0.15 0 0.85 0.62 70.98 0.73 0.22
Hex 52 61 F F 0 55 3E 47 49 16
Octal 122 141 17 17 0 125 76 107 111 26
Binary 1010010 1100001 1111 1111 0 1010101 111110 1000111 1001001 10110

Color Harmonies of #52610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52610F

Black with #52610F

Text Example


Text Example

White with #52610F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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