Html Css Color HEX #4D7500 Fiji Green

📋 copy color: '#4D7500'

red 77 ◦ green 117 ◦ blue 0

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

Shades of Fiji Green #4D7500

Tints of Fiji Green #4D7500

RGB

 RED value IS 77 (30.47% from 255) = 39.69%

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

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

R = 39.69%
G = 60.31%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#4D7500 (or 0x4D7500) is known color: Fiji Green. HEX triplet: 4D, 75 and 00. RGB value is (77,117,0). Sum of RGB (Red+Green+Blue) = 77+117+0=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #4D7500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7500 is #B28AFF. Grayscale: #5C5C5C. Windows color (decimal): -11700992 or 30029. OLE color: 30029.

HSL color Cylindrical-coordinate representation of color #4D7500: hue angle of 80.51º 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 #4D7500 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 117 0 -
CMYK 0.34 0 1 0.54
HSL 80.51º 1% 0.23% -
HSV(B) 80.51º 1% 0.46% -
XYZ 9.42 14.3 2.26 -
YUV 91.7 76.25 117.51 -
System Red Green Blue C M Y K H S L
Decimal 77 117 0 0.34 0 1 0.54 80.51 1 0.23
Hex 4D 75 0 22 0 64 36 51 64 17
Octal 115 165 0 42 0 144 66 121 144 27
Binary 1001101 1110101 0 100010 0 1100100 110110 1010001 1100100 10111

Color Harmonies of #4D7500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7500

Black with #4D7500

Text Example


Text Example

White with #4D7500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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