Html Css Color HEX #4A6B0D Verdun Green

📋 copy color: '#4A6B0D'

red 74 ◦ green 107 ◦ blue 13

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

Shades of Verdun Green #4A6B0D

Tints of Verdun Green #4A6B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.7%

R = 38.14%
G = 55.15%
B = 6.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#4A6B0D (or 0x4A6B0D) is known color: Verdun Green. HEX triplet: 4A, 6B and 0D. RGB value is (74,107,13). Sum of RGB (Red+Green+Blue) = 74+107+13=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 107 (42.19% from 255 or 55.15% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6B0D is #B594F2. Grayscale: #565656. Windows color (decimal): -11900147 or 879434. OLE color: 879434.

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

Color convert

RGB 74 107 13 -
CMYK 0.31 0 0.88 0.58
HSL 81.06º 0.78% 0.24% -
HSV(B) 81.06º 0.88% 0.42% -
XYZ 8.15 12 2.27 -
YUV 86.42 86.57 119.14 -
System Red Green Blue C M Y K H S L
Decimal 74 107 13 0.31 0 0.88 0.58 81.06 0.78 0.24
Hex 4A 6B D 1F 0 58 3A 51 4E 18
Octal 112 153 15 37 0 130 72 121 116 30
Binary 1001010 1101011 1101 11111 0 1011000 111010 1010001 1001110 11000

Color Harmonies of #4A6B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B0D

Black with #4A6B0D

Text Example


Text Example

White with #4A6B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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