Html Css Color HEX #4D7E01 Fiji Green

📋 copy color: '#4D7E01'

red 77 ◦ green 126 ◦ blue 1

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

Shades of Fiji Green #4D7E01

Tints of Fiji Green #4D7E01

RGB

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

 GREEN value IS 126 (49.61% from 255) = 61.76%

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

R = 37.75%
G = 61.76%
B = 0.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#4D7E01 (or 0x4D7E01) is known color: Fiji Green. HEX triplet: 4D, 7E and 01. RGB value is (77,126,1). Sum of RGB (Red+Green+Blue) = 77+126+1=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 126 (49.61% from 255 or 61.76% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 126 - color contains mainly: green. Hex color #4D7E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7E01 is #B281FE. Grayscale: #616161. Windows color (decimal): -11698687 or 97869. OLE color: 97869.

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

Color convert

RGB 77 126 1 -
CMYK 0.39 0 0.99 0.51
HSL 83.52º 0.98% 0.25% -
HSV(B) 83.52º 0.99% 0.49% -
XYZ 10.53 16.5 2.66 -
YUV 97.1 73.77 113.66 -
System Red Green Blue C M Y K H S L
Decimal 77 126 1 0.39 0 0.99 0.51 83.52 0.98 0.25
Hex 4D 7E 1 27 0 63 33 54 62 19
Octal 115 176 1 47 0 143 63 124 142 31
Binary 1001101 1111110 1 100111 0 1100011 110011 1010100 1100010 11001

Color Harmonies of #4D7E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7E01

Black with #4D7E01

Text Example


Text Example

White with #4D7E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,126,1); }

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

background-color css

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

 a { background-color: rgb(77,126,1); }

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

border-color css

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

 span { border-color: rgb(77,126,1); }

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