Html Css Color HEX #4D7C02 Fiji Green

📋 copy color: '#4D7C02'

red 77 ◦ green 124 ◦ blue 2

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

Shades of Fiji Green #4D7C02

Tints of Fiji Green #4D7C02

RGB

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

 GREEN value IS 124 (48.83% from 255) = 61.08%

 BLUE value IS 2 (1.17% from 255) = 0.99%

R = 37.93%
G = 61.08%
B = 0.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#4D7C02 (or 0x4D7C02) is known color: Fiji Green. HEX triplet: 4D, 7C and 02. RGB value is (77,124,2). Sum of RGB (Red+Green+Blue) = 77+124+2=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 124 (48.83% from 255 or 61.08% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 124 - color contains mainly: green. Hex color #4D7C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7C02 is #B283FD. Grayscale: #606060. Windows color (decimal): -11699198 or 162893. OLE color: 162893.

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

Color convert

RGB 77 124 2 -
CMYK 0.38 0 0.98 0.51
HSL 83.11º 0.97% 0.25% -
HSV(B) 83.11º 0.98% 0.49% -
XYZ 10.28 16 2.6 -
YUV 96.04 74.93 114.42 -
System Red Green Blue C M Y K H S L
Decimal 77 124 2 0.38 0 0.98 0.51 83.11 0.97 0.25
Hex 4D 7C 2 26 0 62 33 53 61 19
Octal 115 174 2 46 0 142 63 123 141 31
Binary 1001101 1111100 10 100110 0 1100010 110011 1010011 1100001 11001

Color Harmonies of #4D7C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7C02

Black with #4D7C02

Text Example


Text Example

White with #4D7C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,124,2); }

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

background-color css

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

 a { background-color: rgb(77,124,2); }

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

border-color css

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

 span { border-color: rgb(77,124,2); }

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