#33342E

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

Shades of Green Kelp #33342E

Tints of Green Kelp #33342E

Color information

#33342E (or 0x33342E) is unknown color: approx Green Kelp. HEX triplet: 33, 34 and 2E. RGB value is (51,52,46). Sum of RGB (Red+Green+Blue) = 51+52+46=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 52 - color contains mainly: green. Hex color #33342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33342E is #CCCBD1. Grayscale: #333333. Windows color (decimal): -13421522 or 3028019. OLE color: 3028019.

HSL color Cylindrical-coordinate representation of color #33342E: hue angle of 70º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #33342E is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB515246-
CMYK0.0200.120.80
HSL70º6.12%19.22%-
HSV(B)70º11.54%20.39%-
XYZ3.093.363.07-
YUV51.02125.17127.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.23%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=34.23%
G=34.90%
B=30.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5152460.0200.120.80706.1219.22
Hex33342E20C5046613
Octal6364562014120106623
Binary11001111010010111010011001010000100011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33342E; }

 p { color: rgb(51,52,46); }

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

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

 a { background-color: rgb(51,52,46); }

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

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

 span { border-color: rgb(51,52,46); }

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