Html Css Color HEX #4A4601 Verdun Green

📋 copy color: '#4A4601'

red 74 ◦ green 70 ◦ blue 1

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

Shades of Verdun Green #4A4601

Tints of Verdun Green #4A4601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.28%

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

R = 51.03%
G = 48.28%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#4A4601 (or 0x4A4601) is known color: Verdun Green. HEX triplet: 4A, 46 and 01. RGB value is (74,70,1). Sum of RGB (Red+Green+Blue) = 74+70+1=145 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.03% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4601 is #B5B9FE. Grayscale: #3F3F3F. Windows color (decimal): -11909631 or 83530. OLE color: 83530.

HSL color Cylindrical-coordinate representation of color #4A4601: hue angle of 56.71º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A4601 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 70 1 -
CMYK 0 0.05 0.99 0.71
HSL 56.71º 0.97% 0.15% -
HSV(B) 56.71º 0.99% 0.29% -
XYZ 5.02 5.84 0.89 -
YUV 63.33 92.83 135.61 -
System Red Green Blue C M Y K H S L
Decimal 74 70 1 0 0.05 0.99 0.71 56.71 0.97 0.15
Hex 4A 46 1 0 5 63 47 39 61 F
Octal 112 106 1 0 5 143 107 71 141 17
Binary 1001010 1000110 1 0 101 1100011 1000111 111001 1100001 1111

Color Harmonies of #4A4601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4601

Black with #4A4601

Text Example


Text Example

White with #4A4601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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