Html Css Color HEX #4A4C03 Verdun Green

📋 copy color: '#4A4C03'

red 74 ◦ green 76 ◦ blue 3

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

Shades of Verdun Green #4A4C03

Tints of Verdun Green #4A4C03

RGB

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

 GREEN value IS 76 (30.08% from 255) = 49.67%

 BLUE value IS 3 (1.56% from 255) = 1.96%

R = 48.37%
G = 49.67%
B = 1.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.70

RGB Variations

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

Color information

#4A4C03 (or 0x4A4C03) is known color: Verdun Green. HEX triplet: 4A, 4C and 03. RGB value is (74,76,3). Sum of RGB (Red+Green+Blue) = 74+76+3=153 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.37% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #4A4C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4C03 is #B5B3FC. Grayscale: #434343. Windows color (decimal): -11908093 or 216138. OLE color: 216138.

HSL color Cylindrical-coordinate representation of color #4A4C03: hue angle of 61.64º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A4C03 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB 74 76 3 -
CMYK 0.03 0 0.96 0.70
HSL 61.64º 0.92% 0.15% -
HSV(B) 61.64º 0.96% 0.3% -
XYZ 5.42 6.63 1.08 -
YUV 67.08 91.84 132.94 -
System Red Green Blue C M Y K H S L
Decimal 74 76 3 0.03 0 0.96 0.70 61.64 0.92 0.15
Hex 4A 4C 3 3 0 60 46 3E 5C F
Octal 112 114 3 3 0 140 106 76 134 17
Binary 1001010 1001100 11 11 0 1100000 1000110 111110 1011100 1111

Color Harmonies of #4A4C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4C03

Black with #4A4C03

Text Example


Text Example

White with #4A4C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,76,3); }

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

background-color css

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

 a { background-color: rgb(74,76,3); }

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

border-color css

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

 span { border-color: rgb(74,76,3); }

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