Html Css Color HEX #52500F Verdun Green

📋 copy color: '#52500F'

red 82 ◦ green 80 ◦ blue 15

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

Shades of Verdun Green #52500F

Tints of Verdun Green #52500F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.2%

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

R = 46.33%
G = 45.2%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#52500F (or 0x52500F) is known color: Verdun Green. HEX triplet: 52, 50 and 0F. RGB value is (82,80,15). Sum of RGB (Red+Green+Blue) = 82+80+15=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52500F is #ADAFF0. Grayscale: #494949. Windows color (decimal): -11382769 or 1003602. OLE color: 1003602.

HSL color Cylindrical-coordinate representation of color #52500F: hue angle of 58.21º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52500F is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 80 15 -
CMYK 0 0.02 0.82 0.68
HSL 58.21º 0.69% 0.19% -
HSV(B) 58.21º 0.82% 0.32% -
XYZ 6.43 7.57 1.57 -
YUV 73.19 95.16 134.29 -
System Red Green Blue C M Y K H S L
Decimal 82 80 15 0 0.02 0.82 0.68 58.21 0.69 0.19
Hex 52 50 F 0 2 52 44 3A 45 13
Octal 122 120 17 0 2 122 104 72 105 23
Binary 1010010 1010000 1111 0 10 1010010 1000100 111010 1000101 10011

Color Harmonies of #52500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52500F

Black with #52500F

Text Example


Text Example

White with #52500F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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