Html Css Color HEX #4A7601 Verdun Green

📋 copy color: '#4A7601'

red 74 ◦ green 118 ◦ blue 1

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

Shades of Verdun Green #4A7601

Tints of Verdun Green #4A7601

RGB

 RED value IS 74 (29.3% from 255) = 38.34%

 GREEN value IS 118 (46.48% from 255) = 61.14%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 38.34%
G = 61.14%
B = 0.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#4A7601 (or 0x4A7601) is known color: Verdun Green. HEX triplet: 4A, 76 and 01. RGB value is (74,118,1). Sum of RGB (Red+Green+Blue) = 74+118+1=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #4A7601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7601 is #B589FE. Grayscale: #5B5B5B. Windows color (decimal): -11897343 or 95818. OLE color: 95818.

HSL color Cylindrical-coordinate representation of color #4A7601: hue angle of 82.56º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A7601 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 118 1 -
CMYK 0.37 0 0.99 0.54
HSL 82.56º 0.98% 0.23% -
HSV(B) 82.56º 0.99% 0.46% -
XYZ 9.31 14.41 2.32 -
YUV 91.51 76.92 115.51 -
System Red Green Blue C M Y K H S L
Decimal 74 118 1 0.37 0 0.99 0.54 82.56 0.98 0.23
Hex 4A 76 1 25 0 63 36 53 62 17
Octal 112 166 1 45 0 143 66 123 142 27
Binary 1001010 1110110 1 100101 0 1100011 110110 1010011 1100010 10111

Color Harmonies of #4A7601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7601

Black with #4A7601

Text Example


Text Example

White with #4A7601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,118,1); }

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

background-color css

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

 a { background-color: rgb(74,118,1); }

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

border-color css

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

 span { border-color: rgb(74,118,1); }

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