Html Css Color HEX #4A6B08 Verdun Green

📋 copy color: '#4A6B08'

red 74 ◦ green 107 ◦ blue 8

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

Shades of Verdun Green #4A6B08

Tints of Verdun Green #4A6B08

RGB

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

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

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

R = 39.15%
G = 56.61%
B = 4.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#4A6B08 (or 0x4A6B08) is known color: Verdun Green. HEX triplet: 4A, 6B and 08. RGB value is (74,107,8). Sum of RGB (Red+Green+Blue) = 74+107+8=189 (25% of max value = 765). Red value is 74 (29.30% from 255 or 39.15% from 189); Green value is 107 (42.19% from 255 or 56.61% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6B08 is #B594F7. Grayscale: #565656. Windows color (decimal): -11900152 or 551754. OLE color: 551754.

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

Color convert

RGB 74 107 8 -
CMYK 0.31 0 0.93 0.58
HSL 80º 0.86% 0.23% -
HSV(B) 80º 0.93% 0.42% -
XYZ 8.13 11.99 2.12 -
YUV 85.85 84.07 119.55 -
System Red Green Blue C M Y K H S L
Decimal 74 107 8 0.31 0 0.93 0.58 80 0.86 0.23
Hex 4A 6B 8 1F 0 5D 3A 50 56 17
Octal 112 153 10 37 0 135 72 120 126 27
Binary 1001010 1101011 1000 11111 0 1011101 111010 1010000 1010110 10111

Color Harmonies of #4A6B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B08

Black with #4A6B08

Text Example


Text Example

White with #4A6B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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