#42843B

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

Shades of Fern Green #42843B

Tints of Fern Green #42843B

Color information

#42843B (or 0x42843B) is unknown color: approx Fern Green. HEX triplet: 42, 84 and 3B. RGB value is (66,132,59). Sum of RGB (Red+Green+Blue) = 66+132+59=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #42843B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42843B is #BD7BC4. Grayscale: #686868. Windows color (decimal): -12417989 or 3900482. OLE color: 3900482.

HSL color Cylindrical-coordinate representation of color #42843B: hue angle of 114.25º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42843B is Cyan = 0.5, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB6613259-
CMYK0.500.550.48
HSL114.25º38.22%37.45%-
HSV(B)114.25º55.3%51.76%-
XYZ11.2917.987.01-
YUV103.94102.63100.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 132 (51.95% from 255) = 51.36%
BLUE value IS 59 (23.44% from 255) = 22.96%
R=25.68%
G=51.36%
B=22.96%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66132590.500.550.48114.2538.2237.45
Hex42843B3203730722625
Octal1022047362067601624645
Binary10000101000010011101111001001101111100001110010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42843B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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