Html Css Color HEX #53680D Verdun Green

📋 copy color: '#53680D'

red 83 ◦ green 104 ◦ blue 13

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

Shades of Verdun Green #53680D

Tints of Verdun Green #53680D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 52%

 BLUE value IS 13 (5.47% from 255) = 6.5%

R = 41.5%
G = 52%
B = 6.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#53680D (or 0x53680D) is known color: Verdun Green. HEX triplet: 53, 68 and 0D. RGB value is (83,104,13). Sum of RGB (Red+Green+Blue) = 83+104+13=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 104 (41.02% from 255 or 52% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 104 - color contains mainly: green. Hex color #53680D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53680D is #AC97F2. Grayscale: #575757. Windows color (decimal): -11311091 or 878675. OLE color: 878675.

HSL color Cylindrical-coordinate representation of color #53680D: hue angle of 73.85º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53680D is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 104 13 -
CMYK 0.20 0 0.88 0.59
HSL 73.85º 0.78% 0.23% -
HSV(B) 73.85º 0.88% 0.41% -
XYZ 8.59 11.77 2.2 -
YUV 87.35 86.04 124.9 -
System Red Green Blue C M Y K H S L
Decimal 83 104 13 0.20 0 0.88 0.59 73.85 0.78 0.23
Hex 53 68 D 14 0 58 3B 4A 4E 17
Octal 123 150 15 24 0 130 73 112 116 27
Binary 1010011 1101000 1101 10100 0 1011000 111011 1001010 1001110 10111

Color Harmonies of #53680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53680D

Black with #53680D

Text Example


Text Example

White with #53680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53680D; }

 p { color: rgb(83,104,13); }

 H1.HeaderClassName
 {
   color: #53680D;
 }
 .AnyTagClassName
 {
   color: #53680D;
 }
</style>

background-color css

<style>
 a { background-color: #53680D; }

 a { background-color: rgb(83,104,13); }

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

border-color css

<style>
 span { border-color: #53680D; }

 span { border-color: rgb(83,104,13); }

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