#356848

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

Shades of Green Pea #356848

Tints of Green Pea #356848

Color information

#356848 (or 0x356848) is unknown color: approx Green Pea. HEX triplet: 35, 68 and 48. RGB value is (53,104,72). Sum of RGB (Red+Green+Blue) = 53+104+72=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #356848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356848 is #CA97B7. Grayscale: #555555. Windows color (decimal): -13277112 or 4745269. OLE color: 4745269.

HSL color Cylindrical-coordinate representation of color #356848: hue angle of 142.35º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #356848 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB5310472-
CMYK0.4900.310.59
HSL142.35º32.48%30.78%-
HSV(B)142.35º49.04%40.78%-
XYZ7.5911.137.88-
YUV85.1120.6105.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 104 (41.02% from 255) = 45.41%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=23.14%
G=45.41%
B=31.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53104720.4900.310.59142.3532.4830.78
Hex3568483101F3B8e201f
Octal6515011061037732164037
Binary110101110100010010001100010111111110111000111010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356848; }

 p { color: rgb(53,104,72); }

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

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

 a { background-color: rgb(53,104,72); }

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

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

 span { border-color: rgb(53,104,72); }

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