#4b7700

Color #4B7700 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #4B7700

Tints of Fiji Green #4B7700

Color information

#4B7700 (or 0x4B7700) is unknown color: approx Fiji Green. HEX triplet: 4B, 77 and 00. RGB value is (75,119,0). Sum of RGB (Red+Green+Blue) = 75+119+0=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #4B7700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7700 is #B488FF. Grayscale: #5C5C5C. Windows color (decimal): -11831552 or 30539. OLE color: 30539.

HSL color Cylindrical-coordinate representation of color #4B7700: hue angle of 82.18º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B7700 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB751190-
CMYK0.37010.53
HSL82.18º100%23.33%-
HSV(B)82.18º100%46.67%-
XYZ9.514.692.33-
YUV92.2875.92115.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.66%
GREEN value IS 119 (46.88% from 255) = 61.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.66%
G=61.34%
B=0%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7511900.37010.5382.1810023.33
Hex4B7702506435526417
Octal11316704501446512214427
Binary100101111101110100101011001001101011010010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b7700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,119,0); }

 H1.HeaderClassName
 {
   color: #4b7700;
 }
 .AnyTagClassName
 {
   color: #4b7700;
 }
</style>
background-color css

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

 a { background-color: rgb(75,119,0); }

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

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

 span { border-color: rgb(75,119,0); }

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