Html Css Color HEX #4A6A08 Verdun Green

📋 copy color: '#4A6A08'

red 74 ◦ green 106 ◦ blue 8

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

Shades of Verdun Green #4A6A08

Tints of Verdun Green #4A6A08

RGB

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

 GREEN value IS 106 (41.8% from 255) = 56.38%

 BLUE value IS 8 (3.52% from 255) = 4.26%

R = 39.36%
G = 56.38%
B = 4.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.58

RGB Variations

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

Color information

#4A6A08 (or 0x4A6A08) is known color: Verdun Green. HEX triplet: 4A, 6A and 08. RGB value is (74,106,8). Sum of RGB (Red+Green+Blue) = 74+106+8=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 106 (41.80% from 255 or 56.38% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 106 - color contains mainly: green. Hex color #4A6A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6A08 is #B595F7. Grayscale: #555555. Windows color (decimal): -11900408 or 551498. OLE color: 551498.

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

Color convert

RGB 74 106 8 -
CMYK 0.30 0 0.92 0.58
HSL 79.59º 0.86% 0.22% -
HSV(B) 79.59º 0.92% 0.42% -
XYZ 8.02 11.78 2.08 -
YUV 85.26 84.4 119.97 -
System Red Green Blue C M Y K H S L
Decimal 74 106 8 0.30 0 0.92 0.58 79.59 0.86 0.22
Hex 4A 6A 8 1E 0 5C 3A 50 56 16
Octal 112 152 10 36 0 134 72 120 126 26
Binary 1001010 1101010 1000 11110 0 1011100 111010 1010000 1010110 10110

Color Harmonies of #4A6A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6A08

Black with #4A6A08

Text Example


Text Example

White with #4A6A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,106,8); }

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

background-color css

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

 a { background-color: rgb(74,106,8); }

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

border-color css

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

 span { border-color: rgb(74,106,8); }

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