Html Css Color HEX #4A540F Verdun Green

📋 copy color: '#4A540F'

red 74 ◦ green 84 ◦ blue 15

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

Shades of Verdun Green #4A540F

Tints of Verdun Green #4A540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.55%

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

R = 42.77%
G = 48.55%
B = 8.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#4A540F (or 0x4A540F) is known color: Verdun Green. HEX triplet: 4A, 54 and 0F. RGB value is (74,84,15). Sum of RGB (Red+Green+Blue) = 74+84+15=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #4A540F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A540F is #B5ABF0. Grayscale: #494949. Windows color (decimal): -11906033 or 1004618. OLE color: 1004618.

HSL color Cylindrical-coordinate representation of color #4A540F: hue angle of 68.7º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A540F is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 84 15 -
CMYK 0.12 0 0.82 0.67
HSL 68.7º 0.7% 0.19% -
HSV(B) 68.7º 0.82% 0.33% -
XYZ 6.08 7.83 1.64 -
YUV 73.14 95.19 128.61 -
System Red Green Blue C M Y K H S L
Decimal 74 84 15 0.12 0 0.82 0.67 68.7 0.7 0.19
Hex 4A 54 F C 0 52 43 45 46 13
Octal 112 124 17 14 0 122 103 105 106 23
Binary 1001010 1010100 1111 1100 0 1010010 1000011 1000101 1000110 10011

Color Harmonies of #4A540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A540F

Black with #4A540F

Text Example


Text Example

White with #4A540F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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