Html Css Color HEX #4A6F03 Verdun Green

📋 copy color: '#4A6F03'

red 74 ◦ green 111 ◦ blue 3

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

Shades of Verdun Green #4A6F03

Tints of Verdun Green #4A6F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.6%

R = 39.36%
G = 59.04%
B = 1.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#4A6F03 (or 0x4A6F03) is known color: Verdun Green. HEX triplet: 4A, 6F and 03. RGB value is (74,111,3). Sum of RGB (Red+Green+Blue) = 74+111+3=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 111 (43.75% from 255 or 59.04% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6F03 is #B590FC. Grayscale: #585858. Windows color (decimal): -11899133 or 225098. OLE color: 225098.

HSL color Cylindrical-coordinate representation of color #4A6F03: hue angle of 80.56º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A6F03 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 111 3 -
CMYK 0.33 0 0.97 0.56
HSL 80.56º 0.95% 0.22% -
HSV(B) 80.56º 0.97% 0.44% -
XYZ 8.52 12.83 2.11 -
YUV 87.63 80.24 118.28 -
System Red Green Blue C M Y K H S L
Decimal 74 111 3 0.33 0 0.97 0.56 80.56 0.95 0.22
Hex 4A 6F 3 21 0 61 38 51 5F 16
Octal 112 157 3 41 0 141 70 121 137 26
Binary 1001010 1101111 11 100001 0 1100001 111000 1010001 1011111 10110

Color Harmonies of #4A6F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6F03

Black with #4A6F03

Text Example


Text Example

White with #4A6F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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