Html Css Color HEX #4D7502 Fiji Green

📋 copy color: '#4D7502'

red 77 ◦ green 117 ◦ blue 2

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

Shades of Fiji Green #4D7502

Tints of Fiji Green #4D7502

RGB

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

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

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

R = 39.29%
G = 59.69%
B = 1.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#4D7502 (or 0x4D7502) is known color: Fiji Green. HEX triplet: 4D, 75 and 02. RGB value is (77,117,2). Sum of RGB (Red+Green+Blue) = 77+117+2=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #4D7502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7502 is #B28AFD. Grayscale: #5C5C5C. Windows color (decimal): -11700990 or 161101. OLE color: 161101.

HSL color Cylindrical-coordinate representation of color #4D7502: hue angle of 80.87º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D7502 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 117 2 -
CMYK 0.34 0 0.98 0.54
HSL 80.87º 0.97% 0.23% -
HSV(B) 80.87º 0.98% 0.46% -
XYZ 9.43 14.3 2.32 -
YUV 91.93 77.25 117.35 -
System Red Green Blue C M Y K H S L
Decimal 77 117 2 0.34 0 0.98 0.54 80.87 0.97 0.23
Hex 4D 75 2 22 0 62 36 51 61 17
Octal 115 165 2 42 0 142 66 121 141 27
Binary 1001101 1110101 10 100010 0 1100010 110110 1010001 1100001 10111

Color Harmonies of #4D7502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7502

Black with #4D7502

Text Example


Text Example

White with #4D7502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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