Html Css Color HEX #49530C Verdun Green

📋 copy color: '#49530C'

red 73 ◦ green 83 ◦ blue 12

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

Shades of Verdun Green #49530C

Tints of Verdun Green #49530C

RGB

 RED value IS 73 (28.91% from 255) = 43.45%

 GREEN value IS 83 (32.81% from 255) = 49.4%

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

R = 43.45%
G = 49.4%
B = 7.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#49530C (or 0x49530C) is known color: Verdun Green. HEX triplet: 49, 53 and 0C. RGB value is (73,83,12). Sum of RGB (Red+Green+Blue) = 73+83+12=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #49530C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49530C is #B6ACF3. Grayscale: #484848. Windows color (decimal): -11971828 or 807753. OLE color: 807753.

HSL color Cylindrical-coordinate representation of color #49530C: hue angle of 68.45º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49530C is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 83 12 -
CMYK 0.12 0 0.86 0.67
HSL 68.45º 0.75% 0.19% -
HSV(B) 68.45º 0.86% 0.33% -
XYZ 5.91 7.63 1.51 -
YUV 71.92 94.19 128.77 -
System Red Green Blue C M Y K H S L
Decimal 73 83 12 0.12 0 0.86 0.67 68.45 0.75 0.19
Hex 49 53 C C 0 56 43 44 4B 13
Octal 111 123 14 14 0 126 103 104 113 23
Binary 1001001 1010011 1100 1100 0 1010110 1000011 1000100 1001011 10011

Color Harmonies of #49530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49530C

Black with #49530C

Text Example


Text Example

White with #49530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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