Html Css Color HEX #4A620C Verdun Green

📋 copy color: '#4A620C'

red 74 ◦ green 98 ◦ blue 12

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

Shades of Verdun Green #4A620C

Tints of Verdun Green #4A620C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.52%

R = 40.22%
G = 53.26%
B = 6.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#4A620C (or 0x4A620C) is known color: Verdun Green. HEX triplet: 4A, 62 and 0C. RGB value is (74,98,12). Sum of RGB (Red+Green+Blue) = 74+98+12=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #4A620C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A620C is #B59DF3. Grayscale: #515151. Windows color (decimal): -11902452 or 811594. OLE color: 811594.

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

Color convert

RGB 74 98 12 -
CMYK 0.24 0 0.88 0.62
HSL 76.74º 0.78% 0.22% -
HSV(B) 76.74º 0.88% 0.38% -
XYZ 7.26 10.22 1.94 -
YUV 81.02 89.05 122.99 -
System Red Green Blue C M Y K H S L
Decimal 74 98 12 0.24 0 0.88 0.62 76.74 0.78 0.22
Hex 4A 62 C 18 0 58 3E 4D 4E 16
Octal 112 142 14 30 0 130 76 115 116 26
Binary 1001010 1100010 1100 11000 0 1011000 111110 1001101 1001110 10110

Color Harmonies of #4A620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A620C

Black with #4A620C

Text Example


Text Example

White with #4A620C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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