Html Css Color HEX #4F7301 Fiji Green

📋 copy color: '#4F7301'

red 79 ◦ green 115 ◦ blue 1

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

Shades of Fiji Green #4F7301

Tints of Fiji Green #4F7301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 58.97%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 40.51%
G = 58.97%
B = 0.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#4F7301 (or 0x4F7301) is known color: Fiji Green. HEX triplet: 4F, 73 and 01. RGB value is (79,115,1). Sum of RGB (Red+Green+Blue) = 79+115+1=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #4F7301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7301 is #B08CFE. Grayscale: #5B5B5B. Windows color (decimal): -11570431 or 95055. OLE color: 95055.

HSL color Cylindrical-coordinate representation of color #4F7301: hue angle of 78.95º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F7301 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 115 1 -
CMYK 0.31 0 0.99 0.55
HSL 78.95º 0.98% 0.23% -
HSV(B) 78.95º 0.99% 0.45% -
XYZ 9.36 13.93 2.22 -
YUV 91.24 77.07 119.27 -
System Red Green Blue C M Y K H S L
Decimal 79 115 1 0.31 0 0.99 0.55 78.95 0.98 0.23
Hex 4F 73 1 1F 0 63 37 4F 62 17
Octal 117 163 1 37 0 143 67 117 142 27
Binary 1001111 1110011 1 11111 0 1100011 110111 1001111 1100010 10111

Color Harmonies of #4F7301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7301

Black with #4F7301

Text Example


Text Example

White with #4F7301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,115,1); }

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

background-color css

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

 a { background-color: rgb(79,115,1); }

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

border-color css

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

 span { border-color: rgb(79,115,1); }

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