Html Css Color HEX #4C7505 Fiji Green

📋 copy color: '#4C7505'

red 76 ◦ green 117 ◦ blue 5

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

Shades of Fiji Green #4C7505

Tints of Fiji Green #4C7505

RGB

 RED value IS 76 (30.08% from 255) = 38.38%

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

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

R = 38.38%
G = 59.09%
B = 2.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#4C7505 (or 0x4C7505) is known color: Fiji Green. HEX triplet: 4C, 75 and 05. RGB value is (76,117,5). Sum of RGB (Red+Green+Blue) = 76+117+5=198 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.38% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #4C7505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7505 is #B38AFA. Grayscale: #5C5C5C. Windows color (decimal): -11766523 or 357708. OLE color: 357708.

HSL color Cylindrical-coordinate representation of color #4C7505: hue angle of 81.96º 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 #4C7505 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 117 5 -
CMYK 0.35 0 0.96 0.54
HSL 81.96º 0.92% 0.24% -
HSV(B) 81.96º 0.96% 0.46% -
XYZ 9.37 14.27 2.4 -
YUV 91.97 78.92 116.61 -
System Red Green Blue C M Y K H S L
Decimal 76 117 5 0.35 0 0.96 0.54 81.96 0.92 0.24
Hex 4C 75 5 23 0 60 36 52 5C 18
Octal 114 165 5 43 0 140 66 122 134 30
Binary 1001100 1110101 101 100011 0 1100000 110110 1010010 1011100 11000

Color Harmonies of #4C7505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7505

Black with #4C7505

Text Example


Text Example

White with #4C7505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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