Html Css Color HEX #53520F Verdun Green

📋 copy color: '#53520F'

red 83 ◦ green 82 ◦ blue 15

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

Shades of Verdun Green #53520F

Tints of Verdun Green #53520F

RGB

 RED value IS 83 (32.81% from 255) = 46.11%

 GREEN value IS 82 (32.42% from 255) = 45.56%

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

R = 46.11%
G = 45.56%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53520F (or 0x53520F) is known color: Verdun Green. HEX triplet: 53, 52 and 0F. RGB value is (83,82,15). Sum of RGB (Red+Green+Blue) = 83+82+15=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53520F is #ACADF0. Grayscale: #4A4A4A. Windows color (decimal): -11316721 or 1004115. OLE color: 1004115.

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

Color convert

RGB 83 82 15 -
CMYK 0 0.01 0.82 0.67
HSL 59.12º 0.69% 0.19% -
HSV(B) 59.12º 0.82% 0.33% -
XYZ 6.67 7.91 1.63 -
YUV 74.66 94.33 133.95 -
System Red Green Blue C M Y K H S L
Decimal 83 82 15 0 0.01 0.82 0.67 59.12 0.69 0.19
Hex 53 52 F 0 1 52 43 3B 45 13
Octal 123 122 17 0 1 122 103 73 105 23
Binary 1010011 1010010 1111 0 1 1010010 1000011 111011 1000101 10011

Color Harmonies of #53520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53520F

Black with #53520F

Text Example


Text Example

White with #53520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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