Html Css Color HEX #4D7505 Fiji Green

📋 copy color: '#4D7505'

red 77 ◦ green 117 ◦ blue 5

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

Shades of Fiji Green #4D7505

Tints of Fiji Green #4D7505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.51%

R = 38.69%
G = 58.79%
B = 2.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#4D7505 (or 0x4D7505) is known color: Fiji Green. HEX triplet: 4D, 75 and 05. RGB value is (77,117,5). Sum of RGB (Red+Green+Blue) = 77+117+5=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #4D7505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7505 is #B28AFA. Grayscale: #5C5C5C. Windows color (decimal): -11700987 or 357709. OLE color: 357709.

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

Color convert

RGB 77 117 5 -
CMYK 0.34 0 0.96 0.54
HSL 81.43º 0.92% 0.24% -
HSV(B) 81.43º 0.96% 0.46% -
XYZ 9.45 14.31 2.41 -
YUV 92.27 78.75 117.11 -
System Red Green Blue C M Y K H S L
Decimal 77 117 5 0.34 0 0.96 0.54 81.43 0.92 0.24
Hex 4D 75 5 22 0 60 36 51 5C 18
Octal 115 165 5 42 0 140 66 121 134 30
Binary 1001101 1110101 101 100010 0 1100000 110110 1010001 1011100 11000

Color Harmonies of #4D7505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7505

Black with #4D7505

Text Example


Text Example

White with #4D7505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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