Html Css Color HEX #4A6B09 Verdun Green

📋 copy color: '#4A6B09'

red 74 ◦ green 107 ◦ blue 9

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

Shades of Verdun Green #4A6B09

Tints of Verdun Green #4A6B09

RGB

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

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

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

R = 38.95%
G = 56.32%
B = 4.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.58

RGB Variations

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

Color information

#4A6B09 (or 0x4A6B09) is known color: Verdun Green. HEX triplet: 4A, 6B and 09. RGB value is (74,107,9). Sum of RGB (Red+Green+Blue) = 74+107+9=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 107 (42.19% from 255 or 56.32% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6B09 is #B594F6. Grayscale: #565656. Windows color (decimal): -11900151 or 617290. OLE color: 617290.

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

Color convert

RGB 74 107 9 -
CMYK 0.31 0 0.92 0.58
HSL 80.2º 0.84% 0.23% -
HSV(B) 80.2º 0.92% 0.42% -
XYZ 8.13 11.99 2.14 -
YUV 85.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 74 107 9 0.31 0 0.92 0.58 80.2 0.84 0.23
Hex 4A 6B 9 1F 0 5C 3A 50 54 17
Octal 112 153 11 37 0 134 72 120 124 27
Binary 1001010 1101011 1001 11111 0 1011100 111010 1010000 1010100 10111

Color Harmonies of #4A6B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B09

Black with #4A6B09

Text Example


Text Example

White with #4A6B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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