#42873D

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

Shades of Fern Green #42873D

Tints of Fern Green #42873D

Color information

#42873D (or 0x42873D) is unknown color: approx Fern Green. HEX triplet: 42, 87 and 3D. RGB value is (66,135,61). Sum of RGB (Red+Green+Blue) = 66+135+61=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #42873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42873D is #BD78C2. Grayscale: #6A6A6A. Windows color (decimal): -12417219 or 4032322. OLE color: 4032322.

HSL color Cylindrical-coordinate representation of color #42873D: hue angle of 115.95º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42873D is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB6613561-
CMYK0.5100.550.47
HSL115.95º37.76%38.43%-
HSV(B)115.95º54.81%52.94%-
XYZ11.7518.827.43-
YUV105.93102.6499.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 135 (53.12% from 255) = 51.53%
BLUE value IS 61 (24.22% from 255) = 23.28%
R=25.19%
G=51.53%
B=23.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66135610.5100.550.47115.9537.7638.43
Hex42873D330372F742626
Octal1022077563067571644646
Binary10000101000011111110111001101101111011111110100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42873D; }

 p { color: rgb(66,135,61); }

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

<style>
 a { background-color: #42873D; }

 a { background-color: rgb(66,135,61); }

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

<style>
 span { border-color: #42873D; }

 span { border-color: rgb(66,135,61); }

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