Html Css Color HEX #4A601F Verdun Green

📋 copy color: '#4A601F'

red 74 ◦ green 96 ◦ blue 31

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

Shades of Verdun Green #4A601F

Tints of Verdun Green #4A601F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.42%

R = 36.82%
G = 47.76%
B = 15.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#4A601F (or 0x4A601F) is known color: Verdun Green. HEX triplet: 4A, 60 and 1F. RGB value is (74,96,31). Sum of RGB (Red+Green+Blue) = 74+96+31=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #4A601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A601F is #B59FE0. Grayscale: #525252. Windows color (decimal): -11902945 or 2056266. OLE color: 2056266.

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

Color convert

RGB 74 96 31 -
CMYK 0.23 0 0.68 0.62
HSL 80.31º 0.51% 0.25% -
HSV(B) 80.31º 0.68% 0.38% -
XYZ 7.25 9.92 2.83 -
YUV 82.01 99.21 122.29 -
System Red Green Blue C M Y K H S L
Decimal 74 96 31 0.23 0 0.68 0.62 80.31 0.51 0.25
Hex 4A 60 1F 17 0 44 3E 50 33 19
Octal 112 140 37 27 0 104 76 120 63 31
Binary 1001010 1100000 11111 10111 0 1000100 111110 1010000 110011 11001

Color Harmonies of #4A601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A601F

Black with #4A601F

Text Example


Text Example

White with #4A601F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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