Html Css Color HEX #4A6009 Verdun Green

📋 copy color: '#4A6009'

red 74 ◦ green 96 ◦ blue 9

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

Shades of Verdun Green #4A6009

Tints of Verdun Green #4A6009

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.63%

 BLUE value IS 9 (3.91% from 255) = 5.03%

R = 41.34%
G = 53.63%
B = 5.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#4A6009 (or 0x4A6009) is known color: Verdun Green. HEX triplet: 4A, 60 and 09. RGB value is (74,96,9). Sum of RGB (Red+Green+Blue) = 74+96+9=179 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.34% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #4A6009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6009 is #B59FF6. Grayscale: #4F4F4F. Windows color (decimal): -11902967 or 614474. OLE color: 614474.

HSL color Cylindrical-coordinate representation of color #4A6009: hue angle of 75.17º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A6009 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 96 9 -
CMYK 0.23 0 0.91 0.62
HSL 75.17º 0.83% 0.21% -
HSV(B) 75.17º 0.91% 0.38% -
XYZ 7.06 9.84 1.79 -
YUV 79.5 88.21 124.07 -
System Red Green Blue C M Y K H S L
Decimal 74 96 9 0.23 0 0.91 0.62 75.17 0.83 0.21
Hex 4A 60 9 17 0 5B 3E 4B 53 15
Octal 112 140 11 27 0 133 76 113 123 25
Binary 1001010 1100000 1001 10111 0 1011011 111110 1001011 1010011 10101

Color Harmonies of #4A6009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6009

Black with #4A6009

Text Example


Text Example

White with #4A6009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,96,9); }

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

background-color css

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

 a { background-color: rgb(74,96,9); }

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

border-color css

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

 span { border-color: rgb(74,96,9); }

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