Html Css Color HEX #4C7601 Fiji Green

📋 copy color: '#4C7601'

red 76 ◦ green 118 ◦ blue 1

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

Shades of Fiji Green #4C7601

Tints of Fiji Green #4C7601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 60.51%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 38.97%
G = 60.51%
B = 0.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#4C7601 (or 0x4C7601) is known color: Fiji Green. HEX triplet: 4C, 76 and 01. RGB value is (76,118,1). Sum of RGB (Red+Green+Blue) = 76+118+1=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 118 (46.48% from 255 or 60.51% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 118 - color contains mainly: green. Hex color #4C7601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7601 is #B389FE. Grayscale: #5C5C5C. Windows color (decimal): -11766271 or 95820. OLE color: 95820.

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

Color convert

RGB 76 118 1 -
CMYK 0.36 0 0.99 0.54
HSL 81.54º 0.98% 0.23% -
HSV(B) 81.54º 0.99% 0.46% -
XYZ 9.46 14.5 2.33 -
YUV 92.1 76.59 116.51 -
System Red Green Blue C M Y K H S L
Decimal 76 118 1 0.36 0 0.99 0.54 81.54 0.98 0.23
Hex 4C 76 1 24 0 63 36 52 62 17
Octal 114 166 1 44 0 143 66 122 142 27
Binary 1001100 1110110 1 100100 0 1100011 110110 1010010 1100010 10111

Color Harmonies of #4C7601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7601

Black with #4C7601

Text Example


Text Example

White with #4C7601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,118,1); }

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

background-color css

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

 a { background-color: rgb(76,118,1); }

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

border-color css

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

 span { border-color: rgb(76,118,1); }

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