Html Css Color HEX #4A601E Verdun Green

📋 copy color: '#4A601E'

red 74 ◦ green 96 ◦ blue 30

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

Shades of Verdun Green #4A601E

Tints of Verdun Green #4A601E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48%

 BLUE value IS 30 (12.11% from 255) = 15%

R = 37%
G = 48%
B = 15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#4A601E (or 0x4A601E) is known color: Verdun Green. HEX triplet: 4A, 60 and 1E. RGB value is (74,96,30). Sum of RGB (Red+Green+Blue) = 74+96+30=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #4A601E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A601E is #B59FE1. Grayscale: #525252. Windows color (decimal): -11902946 or 1990730. OLE color: 1990730.

HSL color Cylindrical-coordinate representation of color #4A601E: hue angle of 80º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A601E is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 96 30 -
CMYK 0.23 0 0.69 0.62
HSL 80º 0.52% 0.25% -
HSV(B) 80º 0.69% 0.38% -
XYZ 7.24 9.92 2.76 -
YUV 81.9 98.71 122.37 -
System Red Green Blue C M Y K H S L
Decimal 74 96 30 0.23 0 0.69 0.62 80 0.52 0.25
Hex 4A 60 1E 17 0 45 3E 50 34 19
Octal 112 140 36 27 0 105 76 120 64 31
Binary 1001010 1100000 11110 10111 0 1000101 111110 1010000 110100 11001

Color Harmonies of #4A601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A601E

Black with #4A601E

Text Example


Text Example

White with #4A601E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,96,30); }

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

background-color css

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

 a { background-color: rgb(74,96,30); }

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

border-color css

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

 span { border-color: rgb(74,96,30); }

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