#42733B

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

Shades of Fern Green #42733B

Tints of Fern Green #42733B

Color information

#42733B (or 0x42733B) is unknown color: approx Fern Green. HEX triplet: 42, 73 and 3B. RGB value is (66,115,59). Sum of RGB (Red+Green+Blue) = 66+115+59=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #42733B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42733B is #BD8CC4. Grayscale: #5E5E5E. Windows color (decimal): -12422341 or 3896130. OLE color: 3896130.

HSL color Cylindrical-coordinate representation of color #42733B: hue angle of 112.5º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42733B is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB6611559-
CMYK0.4300.490.55
HSL112.5º32.18%34.12%-
HSV(B)112.5º48.7%45.1%-
XYZ9.1713.746.31-
YUV93.96108.27108.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.5%
GREEN value IS 115 (45.31% from 255) = 47.92%
BLUE value IS 59 (23.44% from 255) = 24.58%
R=27.5%
G=47.92%
B=24.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66115590.4300.490.55112.532.1834.12
Hex42733B2B03137702022
Octal1021637353061671604042
Binary1000010111001111101110101101100011101111110000100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42733B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42733B; }

 p { color: rgb(66,115,59); }

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

<style>
 a { background-color: #42733B; }

 a { background-color: rgb(66,115,59); }

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

<style>
 span { border-color: #42733B; }

 span { border-color: rgb(66,115,59); }

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