Html Css Color HEX #4A5304 Verdun Green

📋 copy color: '#4A5304'

red 74 ◦ green 83 ◦ blue 4

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

Shades of Verdun Green #4A5304

Tints of Verdun Green #4A5304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 51.55%

 BLUE value IS 4 (1.95% from 255) = 2.48%

R = 45.96%
G = 51.55%
B = 2.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#4A5304 (or 0x4A5304) is known color: Verdun Green. HEX triplet: 4A, 53 and 04. RGB value is (74,83,4). Sum of RGB (Red+Green+Blue) = 74+83+4=161 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.96% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #4A5304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5304 is #B5ACFB. Grayscale: #474747. Windows color (decimal): -11906300 or 283466. OLE color: 283466.

HSL color Cylindrical-coordinate representation of color #4A5304: hue angle of 66.84º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A5304 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 83 4 -
CMYK 0.11 0 0.95 0.67
HSL 66.84º 0.91% 0.17% -
HSV(B) 66.84º 0.95% 0.33% -
XYZ 5.94 7.65 1.28 -
YUV 71.3 90.02 129.92 -
System Red Green Blue C M Y K H S L
Decimal 74 83 4 0.11 0 0.95 0.67 66.84 0.91 0.17
Hex 4A 53 4 B 0 5F 43 43 5B 11
Octal 112 123 4 13 0 137 103 103 133 21
Binary 1001010 1010011 100 1011 0 1011111 1000011 1000011 1011011 10001

Color Harmonies of #4A5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5304

Black with #4A5304

Text Example


Text Example

White with #4A5304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,83,4); }

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

background-color css

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

 a { background-color: rgb(74,83,4); }

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

border-color css

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

 span { border-color: rgb(74,83,4); }

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