Html Css Color HEX #4A620F Verdun Green

📋 copy color: '#4A620F'

red 74 ◦ green 98 ◦ blue 15

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

Shades of Verdun Green #4A620F

Tints of Verdun Green #4A620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.41%

 BLUE value IS 15 (6.25% from 255) = 8.02%

R = 39.57%
G = 52.41%
B = 8.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#4A620F (or 0x4A620F) is known color: Verdun Green. HEX triplet: 4A, 62 and 0F. RGB value is (74,98,15). Sum of RGB (Red+Green+Blue) = 74+98+15=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #4A620F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A620F is #B59DF0. Grayscale: #515151. Windows color (decimal): -11902449 or 1008202. OLE color: 1008202.

HSL color Cylindrical-coordinate representation of color #4A620F: hue angle of 77.35º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A620F is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 98 15 -
CMYK 0.24 0 0.85 0.62
HSL 77.35º 0.73% 0.22% -
HSV(B) 77.35º 0.85% 0.38% -
XYZ 7.28 10.23 2.04 -
YUV 81.36 90.55 122.75 -
System Red Green Blue C M Y K H S L
Decimal 74 98 15 0.24 0 0.85 0.62 77.35 0.73 0.22
Hex 4A 62 F 18 0 55 3E 4D 49 16
Octal 112 142 17 30 0 125 76 115 111 26
Binary 1001010 1100010 1111 11000 0 1010101 111110 1001101 1001001 10110

Color Harmonies of #4A620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A620F

Black with #4A620F

Text Example


Text Example

White with #4A620F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,98,15); }

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

background-color css

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

 a { background-color: rgb(74,98,15); }

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

border-color css

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

 span { border-color: rgb(74,98,15); }

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