Html Css Color HEX #4A610F Verdun Green

📋 copy color: '#4A610F'

red 74 ◦ green 97 ◦ blue 15

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

Shades of Verdun Green #4A610F

Tints of Verdun Green #4A610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.15%

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

R = 39.78%
G = 52.15%
B = 8.06%

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

#4A610F (or 0x4A610F) is known color: Verdun Green. HEX triplet: 4A, 61 and 0F. RGB value is (74,97,15). Sum of RGB (Red+Green+Blue) = 74+97+15=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #4A610F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A610F is #B59EF0. Grayscale: #515151. Windows color (decimal): -11902705 or 1007946. OLE color: 1007946.

HSL color Cylindrical-coordinate representation of color #4A610F: hue angle of 76.83º 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 #4A610F is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 97 15 -
CMYK 0.24 0 0.85 0.62
HSL 76.83º 0.73% 0.22% -
HSV(B) 76.83º 0.85% 0.38% -
XYZ 7.18 10.04 2.01 -
YUV 80.78 90.88 123.17 -
System Red Green Blue C M Y K H S L
Decimal 74 97 15 0.24 0 0.85 0.62 76.83 0.73 0.22
Hex 4A 61 F 18 0 55 3E 4D 49 16
Octal 112 141 17 30 0 125 76 115 111 26
Binary 1001010 1100001 1111 11000 0 1010101 111110 1001101 1001001 10110

Color Harmonies of #4A610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A610F

Black with #4A610F

Text Example


Text Example

White with #4A610F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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