Html Css Color HEX #4F6002 Verdun Green

📋 copy color: '#4F6002'

red 79 ◦ green 96 ◦ blue 2

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

Shades of Verdun Green #4F6002

Tints of Verdun Green #4F6002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 54.24%

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

R = 44.63%
G = 54.24%
B = 1.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#4F6002 (or 0x4F6002) is known color: Verdun Green. HEX triplet: 4F, 60 and 02. RGB value is (79,96,2). Sum of RGB (Red+Green+Blue) = 79+96+2=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6002 is #B09FFD. Grayscale: #505050. Windows color (decimal): -11575294 or 155727. OLE color: 155727.

HSL color Cylindrical-coordinate representation of color #4F6002: hue angle of 70.85º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F6002 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 96 2 -
CMYK 0.18 0 0.98 0.62
HSL 70.85º 0.96% 0.19% -
HSV(B) 70.85º 0.98% 0.38% -
XYZ 7.42 10.03 1.6 -
YUV 80.2 83.87 127.14 -
System Red Green Blue C M Y K H S L
Decimal 79 96 2 0.18 0 0.98 0.62 70.85 0.96 0.19
Hex 4F 60 2 12 0 62 3E 47 60 13
Octal 117 140 2 22 0 142 76 107 140 23
Binary 1001111 1100000 10 10010 0 1100010 111110 1000111 1100000 10011

Color Harmonies of #4F6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6002

Black with #4F6002

Text Example


Text Example

White with #4F6002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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