#356B46

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

Shades of Green Pea #356B46

Tints of Green Pea #356B46

Color information

#356B46 (or 0x356B46) is unknown color: approx Green Pea. HEX triplet: 35, 6B and 46. RGB value is (53,107,70). Sum of RGB (Red+Green+Blue) = 53+107+70=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 107 - color contains mainly: green. Hex color #356B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B46 is #CA94B9. Grayscale: #565656. Windows color (decimal): -13276346 or 4614965. OLE color: 4614965.

HSL color Cylindrical-coordinate representation of color #356B46: hue angle of 138.89º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356B46 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB5310770-
CMYK0.5000.350.58
HSL138.89º33.75%31.37%-
HSV(B)138.89º50.47%41.96%-
XYZ7.8311.717.64-
YUV86.64118.61104.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 107 (42.19% from 255) = 46.52%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=23.04%
G=46.52%
B=30.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53107700.5000.350.58138.8933.7531.37
Hex356B46320233A8b221f
Octal6515310662043722134237
Binary1101011101011100011011001001000111110101000101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356B46; }

 p { color: rgb(53,107,70); }

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

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

 a { background-color: rgb(53,107,70); }

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

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

 span { border-color: rgb(53,107,70); }

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