#4B8A3B

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

Shades of Fern Green #4B8A3B

Tints of Fern Green #4B8A3B

Color information

#4B8A3B (or 0x4B8A3B) is unknown color: approx Fern Green. HEX triplet: 4B, 8A and 3B. RGB value is (75,138,59). Sum of RGB (Red+Green+Blue) = 75+138+59=272 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.57% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #4B8A3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8A3B is #B475C4. Grayscale: #6E6E6E. Windows color (decimal): -11826629 or 3902027. OLE color: 3902027.

HSL color Cylindrical-coordinate representation of color #4B8A3B: hue angle of 107.85º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B8A3B is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB7513859-
CMYK0.4600.570.46
HSL107.85º40.1%38.63%-
HSV(B)107.85º57.25%54.12%-
XYZ12.7819.997.32-
YUV110.1699.13102.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.57%
GREEN value IS 138 (54.30% from 255) = 50.74%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=27.57%
G=50.74%
B=21.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal75138590.4600.570.46107.8540.138.63
Hex4B8A3B2E0392E6c2827
Octal1132127356071561545047
Binary10010111000101011101110111001110011011101101100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,138,59); }

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

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

 a { background-color: rgb(75,138,59); }

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

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

 span { border-color: rgb(75,138,59); }

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