Html Css Color HEX #4F6302 Verdun Green

📋 copy color: '#4F6302'

red 79 ◦ green 99 ◦ blue 2

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

Shades of Verdun Green #4F6302

Tints of Verdun Green #4F6302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 55%

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

R = 43.89%
G = 55%
B = 1.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#4F6302 (or 0x4F6302) is known color: Verdun Green. HEX triplet: 4F, 63 and 02. RGB value is (79,99,2). Sum of RGB (Red+Green+Blue) = 79+99+2=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #4F6302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6302 is #B09CFD. Grayscale: #525252. Windows color (decimal): -11574526 or 156495. OLE color: 156495.

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

Color convert

RGB 79 99 2 -
CMYK 0.20 0 0.98 0.61
HSL 72.37º 0.96% 0.2% -
HSV(B) 72.37º 0.98% 0.39% -
XYZ 7.7 10.59 1.7 -
YUV 81.96 82.87 125.89 -
System Red Green Blue C M Y K H S L
Decimal 79 99 2 0.20 0 0.98 0.61 72.37 0.96 0.2
Hex 4F 63 2 14 0 62 3D 48 60 14
Octal 117 143 2 24 0 142 75 110 140 24
Binary 1001111 1100011 10 10100 0 1100010 111101 1001000 1100000 10100

Color Harmonies of #4F6302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6302

Black with #4F6302

Text Example


Text Example

White with #4F6302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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