Html Css Color HEX #4C4709 Verdun Green

📋 copy color: '#4C4709'

red 76 ◦ green 71 ◦ blue 9

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

Shades of Verdun Green #4C4709

Tints of Verdun Green #4C4709

RGB

 RED value IS 76 (30.08% from 255) = 48.72%

 GREEN value IS 71 (28.13% from 255) = 45.51%

 BLUE value IS 9 (3.91% from 255) = 5.77%

R = 48.72%
G = 45.51%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.70

RGB Variations

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

Color information

#4C4709 (or 0x4C4709) is known color: Verdun Green. HEX triplet: 4C, 47 and 09. RGB value is (76,71,9). Sum of RGB (Red+Green+Blue) = 76+71+9=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4709 is #B3B8F6. Grayscale: #414141. Windows color (decimal): -11778295 or 608076. OLE color: 608076.

HSL color Cylindrical-coordinate representation of color #4C4709: hue angle of 55.52º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C4709 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 71 9 -
CMYK 0 0.07 0.88 0.70
HSL 55.52º 0.79% 0.17% -
HSV(B) 55.52º 0.88% 0.3% -
XYZ 5.28 6.06 1.15 -
YUV 65.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 76 71 9 0 0.07 0.88 0.70 55.52 0.79 0.17
Hex 4C 47 9 0 7 58 46 38 4F 11
Octal 114 107 11 0 7 130 106 70 117 21
Binary 1001100 1000111 1001 0 111 1011000 1000110 111000 1001111 10001

Color Harmonies of #4C4709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4709

Black with #4C4709

Text Example


Text Example

White with #4C4709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C4709; }

 p { color: rgb(76,71,9); }

 H1.HeaderClassName
 {
   color: #4C4709;
 }
 .AnyTagClassName
 {
   color: #4C4709;
 }
</style>

background-color css

<style>
 a { background-color: #4C4709; }

 a { background-color: rgb(76,71,9); }

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

border-color css

<style>
 span { border-color: #4C4709; }

 span { border-color: rgb(76,71,9); }

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