Html Css Color HEX #4A6B04 Verdun Green

📋 copy color: '#4A6B04'

red 74 ◦ green 107 ◦ blue 4

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

Shades of Verdun Green #4A6B04

Tints of Verdun Green #4A6B04

RGB

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

 GREEN value IS 107 (42.19% from 255) = 57.84%

 BLUE value IS 4 (1.95% from 255) = 2.16%

R = 40%
G = 57.84%
B = 2.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#4A6B04 (or 0x4A6B04) is known color: Verdun Green. HEX triplet: 4A, 6B and 04. RGB value is (74,107,4). Sum of RGB (Red+Green+Blue) = 74+107+4=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 107 (42.19% from 255 or 57.84% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6B04 is #B594FB. Grayscale: #555555. Windows color (decimal): -11900156 or 289610. OLE color: 289610.

HSL color Cylindrical-coordinate representation of color #4A6B04: hue angle of 79.22º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A6B04 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 107 4 -
CMYK 0.31 0 0.96 0.58
HSL 79.22º 0.93% 0.22% -
HSV(B) 79.22º 0.96% 0.42% -
XYZ 8.1 11.98 2 -
YUV 85.39 82.07 119.88 -
System Red Green Blue C M Y K H S L
Decimal 74 107 4 0.31 0 0.96 0.58 79.22 0.93 0.22
Hex 4A 6B 4 1F 0 60 3A 4F 5D 16
Octal 112 153 4 37 0 140 72 117 135 26
Binary 1001010 1101011 100 11111 0 1100000 111010 1001111 1011101 10110

Color Harmonies of #4A6B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B04

Black with #4A6B04

Text Example


Text Example

White with #4A6B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,107,4); }

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

background-color css

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

 a { background-color: rgb(74,107,4); }

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

border-color css

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

 span { border-color: rgb(74,107,4); }

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