Html Css Color HEX #4A6F0B Verdun Green

📋 copy color: '#4A6F0B'

red 74 ◦ green 111 ◦ blue 11

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

Shades of Verdun Green #4A6F0B

Tints of Verdun Green #4A6F0B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 56.63%

 BLUE value IS 11 (4.69% from 255) = 5.61%

R = 37.76%
G = 56.63%
B = 5.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#4A6F0B (or 0x4A6F0B) is known color: Verdun Green. HEX triplet: 4A, 6F and 0B. RGB value is (74,111,11). Sum of RGB (Red+Green+Blue) = 74+111+11=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 111 (43.75% from 255 or 56.63% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6F0B is #B590F4. Grayscale: #585858. Windows color (decimal): -11899125 or 749386. OLE color: 749386.

HSL color Cylindrical-coordinate representation of color #4A6F0B: hue angle of 82.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A6F0B is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 111 11 -
CMYK 0.33 0 0.90 0.56
HSL 82.2º 0.82% 0.24% -
HSV(B) 82.2º 0.9% 0.44% -
XYZ 8.57 12.85 2.35 -
YUV 88.54 84.24 117.63 -
System Red Green Blue C M Y K H S L
Decimal 74 111 11 0.33 0 0.90 0.56 82.2 0.82 0.24
Hex 4A 6F B 21 0 5A 38 52 52 18
Octal 112 157 13 41 0 132 70 122 122 30
Binary 1001010 1101111 1011 100001 0 1011010 111000 1010010 1010010 11000

Color Harmonies of #4A6F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6F0B

Black with #4A6F0B

Text Example


Text Example

White with #4A6F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,111,11); }

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

background-color css

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

 a { background-color: rgb(74,111,11); }

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

border-color css

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

 span { border-color: rgb(74,111,11); }

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