Html Css Color HEX #4D7B01 Fiji Green

📋 copy color: '#4D7B01'

red 77 ◦ green 123 ◦ blue 1

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

Shades of Fiji Green #4D7B01

Tints of Fiji Green #4D7B01

RGB

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

 GREEN value IS 123 (48.44% from 255) = 61.19%

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

R = 38.31%
G = 61.19%
B = 0.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#4D7B01 (or 0x4D7B01) is known color: Fiji Green. HEX triplet: 4D, 7B and 01. RGB value is (77,123,1). Sum of RGB (Red+Green+Blue) = 77+123+1=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 123 (48.44% from 255 or 61.19% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 123 - color contains mainly: green. Hex color #4D7B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7B01 is #B284FE. Grayscale: #5F5F5F. Windows color (decimal): -11699455 or 97101. OLE color: 97101.

HSL color Cylindrical-coordinate representation of color #4D7B01: hue angle of 82.62º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D7B01 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 77 123 1 -
CMYK 0.37 0 0.99 0.52
HSL 82.62º 0.98% 0.24% -
HSV(B) 82.62º 0.99% 0.48% -
XYZ 10.15 15.75 2.53 -
YUV 95.34 74.76 114.92 -
System Red Green Blue C M Y K H S L
Decimal 77 123 1 0.37 0 0.99 0.52 82.62 0.98 0.24
Hex 4D 7B 1 25 0 63 34 53 62 18
Octal 115 173 1 45 0 143 64 123 142 30
Binary 1001101 1111011 1 100101 0 1100011 110100 1010011 1100010 11000

Color Harmonies of #4D7B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7B01

Black with #4D7B01

Text Example


Text Example

White with #4D7B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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