#42823C

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

Shades of Fern Green #42823C

Tints of Fern Green #42823C

Color information

#42823C (or 0x42823C) is unknown color: approx Fern Green. HEX triplet: 42, 82 and 3C. RGB value is (66,130,60). Sum of RGB (Red+Green+Blue) = 66+130+60=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #42823C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42823C is #BD7DC3. Grayscale: #676767. Windows color (decimal): -12418500 or 3965506. OLE color: 3965506.

HSL color Cylindrical-coordinate representation of color #42823C: hue angle of 114.86º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42823C is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB6613060-
CMYK0.4900.540.49
HSL114.86º36.84%37.25%-
HSV(B)114.86º53.85%50.98%-
XYZ11.0517.457.06-
YUV102.88103.8101.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 130 (51.17% from 255) = 50.78%
BLUE value IS 60 (23.83% from 255) = 23.44%
R=25.78%
G=50.78%
B=23.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66130600.4900.540.49114.8636.8437.25
Hex42823C3103631732525
Octal1022027461066611634545
Binary10000101000001011110011000101101101100011110011100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42823C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42823C; }

 p { color: rgb(66,130,60); }

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

<style>
 a { background-color: #42823C; }

 a { background-color: rgb(66,130,60); }

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

<style>
 span { border-color: #42823C; }

 span { border-color: rgb(66,130,60); }

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