Html Css Color HEX #4A6C07 Verdun Green

📋 copy color: '#4A6C07'

red 74 ◦ green 108 ◦ blue 7

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

Shades of Verdun Green #4A6C07

Tints of Verdun Green #4A6C07

RGB

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

 GREEN value IS 108 (42.58% from 255) = 57.14%

 BLUE value IS 7 (3.13% from 255) = 3.7%

R = 39.15%
G = 57.14%
B = 3.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#4A6C07 (or 0x4A6C07) is known color: Verdun Green. HEX triplet: 4A, 6C and 07. RGB value is (74,108,7). Sum of RGB (Red+Green+Blue) = 74+108+7=189 (25% of max value = 765). Red value is 74 (29.30% from 255 or 39.15% from 189); Green value is 108 (42.58% from 255 or 57.14% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 108 - color contains mainly: green. Hex color #4A6C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6C07 is #B593F8. Grayscale: #565656. Windows color (decimal): -11899897 or 486474. OLE color: 486474.

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

Color convert

RGB 74 108 7 -
CMYK 0.31 0 0.94 0.58
HSL 80.2º 0.88% 0.23% -
HSV(B) 80.2º 0.94% 0.42% -
XYZ 8.22 12.2 2.12 -
YUV 86.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 74 108 7 0.31 0 0.94 0.58 80.2 0.88 0.23
Hex 4A 6C 7 1F 0 5E 3A 50 58 17
Octal 112 154 7 37 0 136 72 120 130 27
Binary 1001010 1101100 111 11111 0 1011110 111010 1010000 1011000 10111

Color Harmonies of #4A6C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6C07

Black with #4A6C07

Text Example


Text Example

White with #4A6C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,108,7); }

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

background-color css

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

 a { background-color: rgb(74,108,7); }

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

border-color css

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

 span { border-color: rgb(74,108,7); }

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