Html Css Color HEX #4F4A03 Verdun Green

📋 copy color: '#4F4A03'

red 79 ◦ green 74 ◦ blue 3

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

Shades of Verdun Green #4F4A03

Tints of Verdun Green #4F4A03

RGB

 RED value IS 79 (31.25% from 255) = 50.64%

 GREEN value IS 74 (29.3% from 255) = 47.44%

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

R = 50.64%
G = 47.44%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#4F4A03 (or 0x4F4A03) is known color: Verdun Green. HEX triplet: 4F, 4A and 03. RGB value is (79,74,3). Sum of RGB (Red+Green+Blue) = 79+74+3=156 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.64% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4A03 is #B0B5FC. Grayscale: #434343. Windows color (decimal): -11580925 or 215631. OLE color: 215631.

HSL color Cylindrical-coordinate representation of color #4F4A03: hue angle of 56.05º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F4A03 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 74 3 -
CMYK 0 0.06 0.96 0.69
HSL 56.05º 0.93% 0.16% -
HSV(B) 56.05º 0.96% 0.31% -
XYZ 5.69 6.57 1.05 -
YUV 67.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 79 74 3 0 0.06 0.96 0.69 56.05 0.93 0.16
Hex 4F 4A 3 0 6 60 45 38 5D 10
Octal 117 112 3 0 6 140 105 70 135 20
Binary 1001111 1001010 11 0 110 1100000 1000101 111000 1011101 10000

Color Harmonies of #4F4A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4A03

Black with #4F4A03

Text Example


Text Example

White with #4F4A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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