#52883B

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

Shades of Fern Green #52883B

Tints of Fern Green #52883B

Color information

#52883B (or 0x52883B) is unknown color: approx Fern Green. HEX triplet: 52, 88 and 3B. RGB value is (82,136,59). Sum of RGB (Red+Green+Blue) = 82+136+59=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #52883B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52883B is #AD77C4. Grayscale: #6F6F6F. Windows color (decimal): -11368389 or 3901522. OLE color: 3901522.

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

Color convert

RGB8213659-
CMYK0.4000.570.47
HSL102.08º39.49%38.24%-
HSV(B)102.08º56.62%53.33%-
XYZ13.0719.727.25-
YUV111.0898.61107.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 136 (53.52% from 255) = 49.10%
BLUE value IS 59 (23.44% from 255) = 21.30%
R=29.60%
G=49.10%
B=21.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82136590.4000.570.47102.0839.4938.24
Hex52883B280392F662726
Octal1222107350071571464746
Binary10100101000100011101110100001110011011111100110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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