Html Css Color HEX #52500B Verdun Green

📋 copy color: '#52500B'

red 82 ◦ green 80 ◦ blue 11

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

Shades of Verdun Green #52500B

Tints of Verdun Green #52500B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.36%

R = 47.4%
G = 46.24%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#52500B (or 0x52500B) is known color: Verdun Green. HEX triplet: 52, 50 and 0B. RGB value is (82,80,11). Sum of RGB (Red+Green+Blue) = 82+80+11=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #52500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52500B is #ADAFF4. Grayscale: #494949. Windows color (decimal): -11382773 or 741458. OLE color: 741458.

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

Color convert

RGB 82 80 11 -
CMYK 0 0.02 0.87 0.68
HSL 58.31º 0.76% 0.18% -
HSV(B) 58.31º 0.87% 0.32% -
XYZ 6.41 7.56 1.44 -
YUV 72.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 82 80 11 0 0.02 0.87 0.68 58.31 0.76 0.18
Hex 52 50 B 0 2 57 44 3A 4C 12
Octal 122 120 13 0 2 127 104 72 114 22
Binary 1010010 1010000 1011 0 10 1010111 1000100 111010 1001100 10010

Color Harmonies of #52500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52500B

Black with #52500B

Text Example


Text Example

White with #52500B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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