Html Css Color HEX #52530B Verdun Green

📋 copy color: '#52530B'

red 82 ◦ green 83 ◦ blue 11

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

Shades of Verdun Green #52530B

Tints of Verdun Green #52530B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.16%

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

R = 46.59%
G = 47.16%
B = 6.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#52530B (or 0x52530B) is known color: Verdun Green. HEX triplet: 52, 53 and 0B. RGB value is (82,83,11). Sum of RGB (Red+Green+Blue) = 82+83+11=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #52530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52530B is #ADACF4. Grayscale: #4A4A4A. Windows color (decimal): -11382005 or 742226. OLE color: 742226.

HSL color Cylindrical-coordinate representation of color #52530B: hue angle of 60.83º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52530B is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 83 11 -
CMYK 0.01 0 0.87 0.67
HSL 60.83º 0.77% 0.18% -
HSV(B) 60.83º 0.87% 0.33% -
XYZ 6.63 8 1.51 -
YUV 74.49 92.17 133.35 -
System Red Green Blue C M Y K H S L
Decimal 82 83 11 0.01 0 0.87 0.67 60.83 0.77 0.18
Hex 52 53 B 1 0 57 43 3D 4D 12
Octal 122 123 13 1 0 127 103 75 115 22
Binary 1010010 1010011 1011 1 0 1010111 1000011 111101 1001101 10010

Color Harmonies of #52530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52530B

Black with #52530B

Text Example


Text Example

White with #52530B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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