#346848

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

Shades of Green Pea #346848

Tints of Green Pea #346848

Color information

#346848 (or 0x346848) is unknown color: approx Green Pea. HEX triplet: 34, 68 and 48. RGB value is (52,104,72). Sum of RGB (Red+Green+Blue) = 52+104+72=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #346848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346848 is #CB97B7. Grayscale: #545454. Windows color (decimal): -13342648 or 4745268. OLE color: 4745268.

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

Color convert

RGB5210472-
CMYK0.5000.310.59
HSL143.08º33.33%30.59%-
HSV(B)143.08º50%40.78%-
XYZ7.5411.17.88-
YUV84.8120.77104.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.81%
GREEN value IS 104 (41.02% from 255) = 45.61%
BLUE value IS 72 (28.52% from 255) = 31.58%
R=22.81%
G=45.61%
B=31.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52104720.5000.310.59143.0833.3330.59
Hex3468483201F3B8f211f
Octal6415011062037732174137
Binary110100110100010010001100100111111110111000111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346848; }

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

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

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

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

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

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

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

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