Html Css Color HEX #53540F Verdun Green

📋 copy color: '#53540F'

red 83 ◦ green 84 ◦ blue 15

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

Shades of Verdun Green #53540F

Tints of Verdun Green #53540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.15%

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

R = 45.6%
G = 46.15%
B = 8.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53540F (or 0x53540F) is known color: Verdun Green. HEX triplet: 53, 54 and 0F. RGB value is (83,84,15). Sum of RGB (Red+Green+Blue) = 83+84+15=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #53540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53540F is #ACABF0. Grayscale: #4C4C4C. Windows color (decimal): -11316209 or 1004627. OLE color: 1004627.

HSL color Cylindrical-coordinate representation of color #53540F: hue angle of 60.87º degrees, saturation: 0.7, 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 #53540F is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 84 15 -
CMYK 0.01 0 0.82 0.67
HSL 60.87º 0.7% 0.19% -
HSV(B) 60.87º 0.82% 0.33% -
XYZ 6.82 8.21 1.68 -
YUV 75.84 93.67 133.11 -
System Red Green Blue C M Y K H S L
Decimal 83 84 15 0.01 0 0.82 0.67 60.87 0.7 0.19
Hex 53 54 F 1 0 52 43 3D 46 13
Octal 123 124 17 1 0 122 103 75 106 23
Binary 1010011 1010100 1111 1 0 1010010 1000011 111101 1000110 10011

Color Harmonies of #53540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53540F

Black with #53540F

Text Example


Text Example

White with #53540F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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