Html Css Color HEX #4F6502 Verdun Green

📋 copy color: '#4F6502'

red 79 ◦ green 101 ◦ blue 2

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

Shades of Verdun Green #4F6502

Tints of Verdun Green #4F6502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 55.49%

 BLUE value IS 2 (1.17% from 255) = 1.1%

R = 43.41%
G = 55.49%
B = 1.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#4F6502 (or 0x4F6502) is known color: Verdun Green. HEX triplet: 4F, 65 and 02. RGB value is (79,101,2). Sum of RGB (Red+Green+Blue) = 79+101+2=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 101 (39.84% from 255 or 55.49% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 101 - color contains mainly: green. Hex color #4F6502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6502 is #B09AFD. Grayscale: #535353. Windows color (decimal): -11574014 or 157007. OLE color: 157007.

HSL color Cylindrical-coordinate representation of color #4F6502: hue angle of 73.33º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F6502 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB 79 101 2 -
CMYK 0.22 0 0.98 0.60
HSL 73.33º 0.96% 0.2% -
HSV(B) 73.33º 0.98% 0.4% -
XYZ 7.89 10.97 1.76 -
YUV 83.14 82.21 125.05 -
System Red Green Blue C M Y K H S L
Decimal 79 101 2 0.22 0 0.98 0.60 73.33 0.96 0.2
Hex 4F 65 2 16 0 62 3C 49 60 14
Octal 117 145 2 26 0 142 74 111 140 24
Binary 1001111 1100101 10 10110 0 1100010 111100 1001001 1100000 10100

Color Harmonies of #4F6502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6502

Black with #4F6502

Text Example


Text Example

White with #4F6502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,101,2); }

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

background-color css

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

 a { background-color: rgb(79,101,2); }

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

border-color css

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

 span { border-color: rgb(79,101,2); }

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