#4B7D00

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

Shades of Fiji Green #4B7D00

Tints of Fiji Green #4B7D00

Color information

#4B7D00 (or 0x4B7D00) is unknown color: approx Fiji Green. HEX triplet: 4B, 7D and 00. RGB value is (75,125,0). Sum of RGB (Red+Green+Blue) = 75+125+0=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 125 (49.22% from 255 or 62.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 125 - color contains mainly: green. Hex color #4B7D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7D00 is #B482FF. Grayscale: #606060. Windows color (decimal): -11830016 or 32075. OLE color: 32075.

HSL color Cylindrical-coordinate representation of color #4B7D00: hue angle of 84º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B7D00 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB751250-
CMYK0.40010.51
HSL84º100%24.51%-
HSV(B)84º100%49.02%-
XYZ10.2416.162.58-
YUV95.873.94113.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.5%
GREEN value IS 125 (49.22% from 255) = 62.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.5%
G=62.5%
B=0%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7512500.40010.518410024.51
Hex4B7D02806433546419
Octal11317505001446312414431
Binary100101111111010101000011001001100111010100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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