Html Css Color HEX #4A6F09 Verdun Green

📋 copy color: '#4A6F09'

red 74 ◦ green 111 ◦ blue 9

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

Shades of Verdun Green #4A6F09

Tints of Verdun Green #4A6F09

RGB

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

 GREEN value IS 111 (43.75% from 255) = 57.22%

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

R = 38.14%
G = 57.22%
B = 4.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#4A6F09 (or 0x4A6F09) is known color: Verdun Green. HEX triplet: 4A, 6F and 09. RGB value is (74,111,9). Sum of RGB (Red+Green+Blue) = 74+111+9=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 111 (43.75% from 255 or 57.22% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6F09 is #B590F6. Grayscale: #585858. Windows color (decimal): -11899127 or 618314. OLE color: 618314.

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

Color convert

RGB 74 111 9 -
CMYK 0.33 0 0.92 0.56
HSL 81.76º 0.85% 0.24% -
HSV(B) 81.76º 0.92% 0.44% -
XYZ 8.56 12.84 2.29 -
YUV 88.31 83.24 117.79 -
System Red Green Blue C M Y K H S L
Decimal 74 111 9 0.33 0 0.92 0.56 81.76 0.85 0.24
Hex 4A 6F 9 21 0 5C 38 52 55 18
Octal 112 157 11 41 0 134 70 122 125 30
Binary 1001010 1101111 1001 100001 0 1011100 111000 1010010 1010101 11000

Color Harmonies of #4A6F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6F09

Black with #4A6F09

Text Example


Text Example

White with #4A6F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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