#33C48E

Color #33C48E Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #33C48E

Tints of Shamrock #33C48E

Color information

#33C48E (or 0x33C48E) is unknown color: approx Shamrock. HEX triplet: 33, C4 and 8E. RGB value is (51,196,142). Sum of RGB (Red+Green+Blue) = 51+196+142=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #33C48E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C48E is #CC3B71. Grayscale: #929292. Windows color (decimal): -13384562 or 9356339. OLE color: 9356339.

HSL color Cylindrical-coordinate representation of color #33C48E: hue angle of 157.66º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C48E is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB51196142-
CMYK0.7400.280.23
HSL157.66º58.7%48.43%-
HSV(B)157.66º73.98%76.86%-
XYZ25.9942.1432.35-
YUV146.49125.4659.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.11%
GREEN value IS 196 (76.95% from 255) = 50.39%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=13.11%
G=50.39%
B=36.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal511961420.7400.280.23157.6658.748.43
Hex33C48E4A01C179e3b30
Octal63304216112034272367360
Binary110011110001001000111010010100111001011110011110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33C48E; }

 p { color: rgb(51,196,142); }

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

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

 a { background-color: rgb(51,196,142); }

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

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

 span { border-color: rgb(51,196,142); }

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