Html Css Color HEX #4A5A0F Verdun Green

📋 copy color: '#4A5A0F'

red 74 ◦ green 90 ◦ blue 15

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

Shades of Verdun Green #4A5A0F

Tints of Verdun Green #4A5A0F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 50.28%

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

R = 41.34%
G = 50.28%
B = 8.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#4A5A0F (or 0x4A5A0F) is known color: Verdun Green. HEX triplet: 4A, 5A and 0F. RGB value is (74,90,15). Sum of RGB (Red+Green+Blue) = 74+90+15=179 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.34% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #4A5A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5A0F is #B5A5F0. Grayscale: #4C4C4C. Windows color (decimal): -11904497 or 1006154. OLE color: 1006154.

HSL color Cylindrical-coordinate representation of color #4A5A0F: hue angle of 72.8º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A5A0F is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 90 15 -
CMYK 0.18 0 0.83 0.65
HSL 72.8º 0.71% 0.21% -
HSV(B) 72.8º 0.83% 0.35% -
XYZ 6.57 8.8 1.8 -
YUV 76.67 93.2 126.1 -
System Red Green Blue C M Y K H S L
Decimal 74 90 15 0.18 0 0.83 0.65 72.8 0.71 0.21
Hex 4A 5A F 12 0 53 41 49 47 15
Octal 112 132 17 22 0 123 101 111 107 25
Binary 1001010 1011010 1111 10010 0 1010011 1000001 1001001 1000111 10101

Color Harmonies of #4A5A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5A0F

Black with #4A5A0F

Text Example


Text Example

White with #4A5A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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