Html Css Color HEX #4D7705 Fiji Green

📋 copy color: '#4D7705'

red 77 ◦ green 119 ◦ blue 5

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

Shades of Fiji Green #4D7705

Tints of Fiji Green #4D7705

RGB

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

 GREEN value IS 119 (46.88% from 255) = 59.2%

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

R = 38.31%
G = 59.2%
B = 2.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#4D7705 (or 0x4D7705) is known color: Fiji Green. HEX triplet: 4D, 77 and 05. RGB value is (77,119,5). Sum of RGB (Red+Green+Blue) = 77+119+5=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7705 is #B288FA. Grayscale: #5D5D5D. Windows color (decimal): -11700475 or 358221. OLE color: 358221.

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

Color convert

RGB 77 119 5 -
CMYK 0.35 0 0.96 0.53
HSL 82.11º 0.92% 0.24% -
HSV(B) 82.11º 0.96% 0.47% -
XYZ 9.68 14.78 2.49 -
YUV 93.45 78.09 116.27 -
System Red Green Blue C M Y K H S L
Decimal 77 119 5 0.35 0 0.96 0.53 82.11 0.92 0.24
Hex 4D 77 5 23 0 60 35 52 5C 18
Octal 115 167 5 43 0 140 65 122 134 30
Binary 1001101 1110111 101 100011 0 1100000 110101 1010010 1011100 11000

Color Harmonies of #4D7705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7705

Black with #4D7705

Text Example


Text Example

White with #4D7705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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