#335B44

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

Shades of Green Pea #335B44

Tints of Green Pea #335B44

Color information

#335B44 (or 0x335B44) is unknown color: approx Green Pea. HEX triplet: 33, 5B and 44. RGB value is (51,91,68). Sum of RGB (Red+Green+Blue) = 51+91+68=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 91 - color contains mainly: green. Hex color #335B44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335B44 is #CCA4BB. Grayscale: #4C4C4C. Windows color (decimal): -13411516 or 4479795. OLE color: 4479795.

HSL color Cylindrical-coordinate representation of color #335B44: hue angle of 145.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #335B44 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB519168-
CMYK0.4400.250.64
HSL145.5º28.17%27.84%-
HSV(B)145.5º43.96%35.69%-
XYZ6.158.66.81-
YUV76.42123.25109.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.29%
GREEN value IS 91 (35.94% from 255) = 43.33%
BLUE value IS 68 (26.95% from 255) = 32.38%
R=24.29%
G=43.33%
B=32.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5191680.4400.250.64145.528.1727.84
Hex335B442C01940921c1c
Octal63133104540311002223434
Binary110011101101110001001011000110011000000100100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335B44; }

 p { color: rgb(51,91,68); }

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

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

 a { background-color: rgb(51,91,68); }

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

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

 span { border-color: rgb(51,91,68); }

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