Html Css Color HEX #4C670E Verdun Green

📋 copy color: '#4C670E'

red 76 ◦ green 103 ◦ blue 14

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

Shades of Verdun Green #4C670E

Tints of Verdun Green #4C670E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 53.37%

 BLUE value IS 14 (5.86% from 255) = 7.25%

R = 39.38%
G = 53.37%
B = 7.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#4C670E (or 0x4C670E) is known color: Verdun Green. HEX triplet: 4C, 67 and 0E. RGB value is (76,103,14). Sum of RGB (Red+Green+Blue) = 76+103+14=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #4C670E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C670E is #B398F1. Grayscale: #555555. Windows color (decimal): -11770098 or 943948. OLE color: 943948.

HSL color Cylindrical-coordinate representation of color #4C670E: hue angle of 78.2º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C670E is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB 76 103 14 -
CMYK 0.26 0 0.86 0.60
HSL 78.2º 0.76% 0.23% -
HSV(B) 78.2º 0.86% 0.4% -
XYZ 7.91 11.27 2.17 -
YUV 84.78 88.05 121.74 -
System Red Green Blue C M Y K H S L
Decimal 76 103 14 0.26 0 0.86 0.60 78.2 0.76 0.23
Hex 4C 67 E 1A 0 56 3C 4E 4C 17
Octal 114 147 16 32 0 126 74 116 114 27
Binary 1001100 1100111 1110 11010 0 1010110 111100 1001110 1001100 10111

Color Harmonies of #4C670E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C670E

Black with #4C670E

Text Example


Text Example

White with #4C670E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,103,14); }

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

background-color css

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

 a { background-color: rgb(76,103,14); }

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

border-color css

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

 span { border-color: rgb(76,103,14); }

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