Html Css Color HEX #53640C Verdun Green

📋 copy color: '#53640C'

red 83 ◦ green 100 ◦ blue 12

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

Shades of Verdun Green #53640C

Tints of Verdun Green #53640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 51.28%

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

R = 42.56%
G = 51.28%
B = 6.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#53640C (or 0x53640C) is known color: Verdun Green. HEX triplet: 53, 64 and 0C. RGB value is (83,100,12). Sum of RGB (Red+Green+Blue) = 83+100+12=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #53640C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53640C is #AC9BF3. Grayscale: #555555. Windows color (decimal): -11312116 or 812115. OLE color: 812115.

HSL color Cylindrical-coordinate representation of color #53640C: hue angle of 71.59º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53640C is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 100 12 -
CMYK 0.17 0 0.88 0.61
HSL 71.59º 0.79% 0.22% -
HSV(B) 71.59º 0.88% 0.39% -
XYZ 8.19 10.98 2.04 -
YUV 84.89 86.87 126.66 -
System Red Green Blue C M Y K H S L
Decimal 83 100 12 0.17 0 0.88 0.61 71.59 0.79 0.22
Hex 53 64 C 11 0 58 3D 48 4F 16
Octal 123 144 14 21 0 130 75 110 117 26
Binary 1010011 1100100 1100 10001 0 1011000 111101 1001000 1001111 10110

Color Harmonies of #53640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53640C

Black with #53640C

Text Example


Text Example

White with #53640C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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