Html Css Color HEX #4C7105 Verdun Green

📋 copy color: '#4C7105'

red 76 ◦ green 113 ◦ blue 5

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

Shades of Verdun Green #4C7105

Tints of Verdun Green #4C7105

RGB

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

 GREEN value IS 113 (44.53% from 255) = 58.25%

 BLUE value IS 5 (2.34% from 255) = 2.58%

R = 39.18%
G = 58.25%
B = 2.58%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#4C7105 (or 0x4C7105) is known color: Verdun Green. HEX triplet: 4C, 71 and 05. RGB value is (76,113,5). Sum of RGB (Red+Green+Blue) = 76+113+5=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 113 (44.53% from 255 or 58.25% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 113 - color contains mainly: green. Hex color #4C7105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7105 is #B38EFA. Grayscale: #5A5A5A. Windows color (decimal): -11767547 or 356684. OLE color: 356684.

HSL color Cylindrical-coordinate representation of color #4C7105: hue angle of 80.56º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C7105 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 113 5 -
CMYK 0.33 0 0.96 0.56
HSL 80.56º 0.92% 0.23% -
HSV(B) 80.56º 0.96% 0.44% -
XYZ 8.91 13.36 2.25 -
YUV 89.63 80.24 118.28 -
System Red Green Blue C M Y K H S L
Decimal 76 113 5 0.33 0 0.96 0.56 80.56 0.92 0.23
Hex 4C 71 5 21 0 60 38 51 5C 17
Octal 114 161 5 41 0 140 70 121 134 27
Binary 1001100 1110001 101 100001 0 1100000 111000 1010001 1011100 10111

Color Harmonies of #4C7105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7105

Black with #4C7105

Text Example


Text Example

White with #4C7105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,113,5); }

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

background-color css

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

 a { background-color: rgb(76,113,5); }

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

border-color css

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

 span { border-color: rgb(76,113,5); }

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