Html Css Color HEX #4C621A Verdun Green

📋 copy color: '#4C621A'

red 76 ◦ green 98 ◦ blue 26

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

Shades of Verdun Green #4C621A

Tints of Verdun Green #4C621A

RGB

 RED value IS 76 (30.08% from 255) = 38%

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

 BLUE value IS 26 (10.55% from 255) = 13%

R = 38%
G = 49%
B = 13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#4C621A (or 0x4C621A) is known color: Verdun Green. HEX triplet: 4C, 62 and 1A. RGB value is (76,98,26). Sum of RGB (Red+Green+Blue) = 76+98+26=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #4C621A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C621A is #B39DE5. Grayscale: #535353. Windows color (decimal): -11771366 or 1729100. OLE color: 1729100.

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

Color convert

RGB 76 98 26 -
CMYK 0.22 0 0.73 0.62
HSL 78.33º 0.58% 0.24% -
HSV(B) 78.33º 0.73% 0.38% -
XYZ 7.53 10.35 2.58 -
YUV 83.21 95.71 122.85 -
System Red Green Blue C M Y K H S L
Decimal 76 98 26 0.22 0 0.73 0.62 78.33 0.58 0.24
Hex 4C 62 1A 16 0 49 3E 4E 3A 18
Octal 114 142 32 26 0 111 76 116 72 30
Binary 1001100 1100010 11010 10110 0 1001001 111110 1001110 111010 11000

Color Harmonies of #4C621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C621A

Black with #4C621A

Text Example


Text Example

White with #4C621A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,98,26); }

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

background-color css

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

 a { background-color: rgb(76,98,26); }

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

border-color css

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

 span { border-color: rgb(76,98,26); }

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