Html Css Color HEX #4E7500 Fiji Green

📋 copy color: '#4E7500'

red 78 ◦ green 117 ◦ blue 0

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

Shades of Fiji Green #4E7500

Tints of Fiji Green #4E7500

RGB

 RED value IS 78 (30.86% from 255) = 40%

 GREEN value IS 117 (46.09% from 255) = 60%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40%
G = 60%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#4E7500 (or 0x4E7500) is known color: Fiji Green. HEX triplet: 4E, 75 and 00. RGB value is (78,117,0). Sum of RGB (Red+Green+Blue) = 78+117+0=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 117 (46.09% from 255 or 60% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 117 - color contains mainly: green. Hex color #4E7500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E7500 is #B18AFF. Grayscale: #5C5C5C. Windows color (decimal): -11635456 or 30030. OLE color: 30030.

HSL color Cylindrical-coordinate representation of color #4E7500: hue angle of 80º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E7500 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 78 117 0 -
CMYK 0.33 0 1 0.54
HSL 80º 1% 0.23% -
HSV(B) 80º 1% 0.46% -
XYZ 9.5 14.34 2.27 -
YUV 92 76.08 118.01 -
System Red Green Blue C M Y K H S L
Decimal 78 117 0 0.33 0 1 0.54 80 1 0.23
Hex 4E 75 0 21 0 64 36 50 64 17
Octal 116 165 0 41 0 144 66 120 144 27
Binary 1001110 1110101 0 100001 0 1100100 110110 1010000 1100100 10111

Color Harmonies of #4E7500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7500

Black with #4E7500

Text Example


Text Example

White with #4E7500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,117,0); }

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

background-color css

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

 a { background-color: rgb(78,117,0); }

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

border-color css

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

 span { border-color: rgb(78,117,0); }

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