#336B4A

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

Shades of Green Pea #336B4A

Tints of Green Pea #336B4A

Color information

#336B4A (or 0x336B4A) is unknown color: approx Green Pea. HEX triplet: 33, 6B and 4A. RGB value is (51,107,74). Sum of RGB (Red+Green+Blue) = 51+107+74=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #336B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336B4A is #CC94B5. Grayscale: #565656. Windows color (decimal): -13407414 or 4877107. OLE color: 4877107.

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

Color convert

RGB5110774-
CMYK0.5200.310.58
HSL144.64º35.44%30.98%-
HSV(B)144.64º52.34%41.96%-
XYZ7.8611.718.33-
YUV86.49120.95102.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 107 (42.19% from 255) = 46.12%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=21.98%
G=46.12%
B=31.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51107740.5200.310.58144.6435.4430.98
Hex336B4A3401F3A91231f
Octal6315311264037722214337
Binary110011110101110010101101000111111110101001000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336B4A; }

 p { color: rgb(51,107,74); }

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

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

 a { background-color: rgb(51,107,74); }

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

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

 span { border-color: rgb(51,107,74); }

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