Html Css Color HEX #52500A Verdun Green

📋 copy color: '#52500A'

red 82 ◦ green 80 ◦ blue 10

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

Shades of Verdun Green #52500A

Tints of Verdun Green #52500A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.81%

R = 47.67%
G = 46.51%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.68

RGB Variations

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

Color information

#52500A (or 0x52500A) is known color: Verdun Green. HEX triplet: 52, 50 and 0A. RGB value is (82,80,10). Sum of RGB (Red+Green+Blue) = 82+80+10=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #52500A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52500A is #ADAFF5. Grayscale: #484848. Windows color (decimal): -11382774 or 675922. OLE color: 675922.

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

Color convert

RGB 82 80 10 -
CMYK 0 0.02 0.88 0.68
HSL 58.33º 0.78% 0.18% -
HSV(B) 58.33º 0.88% 0.32% -
XYZ 6.4 7.55 1.41 -
YUV 72.62 92.66 134.69 -
System Red Green Blue C M Y K H S L
Decimal 82 80 10 0 0.02 0.88 0.68 58.33 0.78 0.18
Hex 52 50 A 0 2 58 44 3A 4E 12
Octal 122 120 12 0 2 130 104 72 116 22
Binary 1010010 1010000 1010 0 10 1011000 1000100 111010 1001110 10010

Color Harmonies of #52500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52500A

Black with #52500A

Text Example


Text Example

White with #52500A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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