#52883E

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

Shades of Fern Green #52883E

Tints of Fern Green #52883E

Color information

#52883E (or 0x52883E) is unknown color: approx Fern Green. HEX triplet: 52, 88 and 3E. RGB value is (82,136,62). Sum of RGB (Red+Green+Blue) = 82+136+62=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #52883E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52883E is #AD77C1. Grayscale: #6F6F6F. Windows color (decimal): -11368386 or 4098130. OLE color: 4098130.

HSL color Cylindrical-coordinate representation of color #52883E: hue angle of 103.78º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52883E is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB8213662-
CMYK0.4000.540.47
HSL103.78º37.37%38.82%-
HSV(B)103.78º54.41%53.33%-
XYZ13.1519.757.68-
YUV111.42100.11107.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 136 (53.52% from 255) = 48.57%
BLUE value IS 62 (24.61% from 255) = 22.14%
R=29.29%
G=48.57%
B=22.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82136620.4000.540.47103.7837.3738.82
Hex52883E280362F682527
Octal1222107650066571504547
Binary10100101000100011111010100001101101011111101000100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52883E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52883E; }

 p { color: rgb(82,136,62); }

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

<style>
 a { background-color: #52883E; }

 a { background-color: rgb(82,136,62); }

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

<style>
 span { border-color: #52883E; }

 span { border-color: rgb(82,136,62); }

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