Html Css Color HEX #53690C Verdun Green

📋 copy color: '#53690C'

red 83 ◦ green 105 ◦ blue 12

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

Shades of Verdun Green #53690C

Tints of Verdun Green #53690C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 52.5%

 BLUE value IS 12 (5.08% from 255) = 6%

R = 41.5%
G = 52.5%
B = 6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#53690C (or 0x53690C) is known color: Verdun Green. HEX triplet: 53, 69 and 0C. RGB value is (83,105,12). Sum of RGB (Red+Green+Blue) = 83+105+12=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #53690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53690C is #AC96F3. Grayscale: #585858. Windows color (decimal): -11310836 or 813395. OLE color: 813395.

HSL color Cylindrical-coordinate representation of color #53690C: hue angle of 74.19º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53690C is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 105 12 -
CMYK 0.21 0 0.89 0.59
HSL 74.19º 0.79% 0.23% -
HSV(B) 74.19º 0.89% 0.41% -
XYZ 8.69 11.97 2.2 -
YUV 87.82 85.21 124.56 -
System Red Green Blue C M Y K H S L
Decimal 83 105 12 0.21 0 0.89 0.59 74.19 0.79 0.23
Hex 53 69 C 15 0 59 3B 4A 4F 17
Octal 123 151 14 25 0 131 73 112 117 27
Binary 1010011 1101001 1100 10101 0 1011001 111011 1001010 1001111 10111

Color Harmonies of #53690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53690C

Black with #53690C

Text Example


Text Example

White with #53690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53690C; }

 p { color: rgb(83,105,12); }

 H1.HeaderClassName
 {
   color: #53690C;
 }
 .AnyTagClassName
 {
   color: #53690C;
 }
</style>

background-color css

<style>
 a { background-color: #53690C; }

 a { background-color: rgb(83,105,12); }

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

border-color css

<style>
 span { border-color: #53690C; }

 span { border-color: rgb(83,105,12); }

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