Html Css Color HEX #4D7D00 Fiji Green

📋 copy color: '#4D7D00'

red 77 ◦ green 125 ◦ blue 0

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

Shades of Fiji Green #4D7D00

Tints of Fiji Green #4D7D00

RGB

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

 GREEN value IS 125 (49.22% from 255) = 61.88%

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

R = 38.12%
G = 61.88%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#4D7D00 (or 0x4D7D00) is known color: Fiji Green. HEX triplet: 4D, 7D and 00. RGB value is (77,125,0). Sum of RGB (Red+Green+Blue) = 77+125+0=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 125 (49.22% from 255 or 61.88% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 125 - color contains mainly: green. Hex color #4D7D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7D00 is #B282FF. Grayscale: #606060. Windows color (decimal): -11698944 or 32077. OLE color: 32077.

HSL color Cylindrical-coordinate representation of color #4D7D00: hue angle of 83.04º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D7D00 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 125 0 -
CMYK 0.38 0 1 0.51
HSL 83.04º 1% 0.25% -
HSV(B) 83.04º 1% 0.49% -
XYZ 10.39 16.25 2.59 -
YUV 96.4 73.6 114.16 -
System Red Green Blue C M Y K H S L
Decimal 77 125 0 0.38 0 1 0.51 83.04 1 0.25
Hex 4D 7D 0 26 0 64 33 53 64 19
Octal 115 175 0 46 0 144 63 123 144 31
Binary 1001101 1111101 0 100110 0 1100100 110011 1010011 1100100 11001

Color Harmonies of #4D7D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7D00

Black with #4D7D00

Text Example


Text Example

White with #4D7D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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