#346345

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

Shades of Green Pea #346345

Tints of Green Pea #346345

Color information

#346345 (or 0x346345) is unknown color: approx Green Pea. HEX triplet: 34, 63 and 45. RGB value is (52,99,69). Sum of RGB (Red+Green+Blue) = 52+99+69=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #346345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346345 is #CB9CBA. Grayscale: #515151. Windows color (decimal): -13343931 or 4547380. OLE color: 4547380.

HSL color Cylindrical-coordinate representation of color #346345: hue angle of 141.7º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #346345 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB529969-
CMYK0.4700.300.61
HSL141.7º31.13%29.61%-
HSV(B)141.7º47.47%38.82%-
XYZ6.9510.087.21-
YUV81.53120.93106.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 69 (27.34% from 255) = 31.36%
R=23.64%
G=45%
B=31.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5299690.4700.300.61141.731.1329.61
Hex3463452F01E3D8e1f1e
Octal6414310557036752163736
Binary11010011000111000101101111011110111101100011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346345; }

 p { color: rgb(52,99,69); }

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

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

 a { background-color: rgb(52,99,69); }

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

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

 span { border-color: rgb(52,99,69); }

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