Html Css Color HEX #4C4F0A Verdun Green

📋 copy color: '#4C4F0A'

red 76 ◦ green 79 ◦ blue 10

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

Shades of Verdun Green #4C4F0A

Tints of Verdun Green #4C4F0A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 47.88%

 BLUE value IS 10 (4.3% from 255) = 6.06%

R = 46.06%
G = 47.88%
B = 6.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#4C4F0A (or 0x4C4F0A) is known color: Verdun Green. HEX triplet: 4C, 4F and 0A. RGB value is (76,79,10). Sum of RGB (Red+Green+Blue) = 76+79+10=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 79 - color contains mainly: green. Hex color #4C4F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C4F0A is #B3B0F5. Grayscale: #464646. Windows color (decimal): -11776246 or 675660. OLE color: 675660.

HSL color Cylindrical-coordinate representation of color #4C4F0A: hue angle of 62.61º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C4F0A is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB 76 79 10 -
CMYK 0.04 0 0.87 0.69
HSL 62.61º 0.78% 0.17% -
HSV(B) 62.61º 0.87% 0.31% -
XYZ 5.83 7.15 1.36 -
YUV 70.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 76 79 10 0.04 0 0.87 0.69 62.61 0.78 0.17
Hex 4C 4F A 4 0 57 45 3F 4E 11
Octal 114 117 12 4 0 127 105 77 116 21
Binary 1001100 1001111 1010 100 0 1010111 1000101 111111 1001110 10001

Color Harmonies of #4C4F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4F0A

Black with #4C4F0A

Text Example


Text Example

White with #4C4F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,79,10); }

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

background-color css

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

 a { background-color: rgb(76,79,10); }

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

border-color css

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

 span { border-color: rgb(76,79,10); }

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