#33A57D

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

Shades of Gossamer #33A57D

Tints of Gossamer #33A57D

Color information

#33A57D (or 0x33A57D) is unknown color: approx Gossamer. HEX triplet: 33, A5 and 7D. RGB value is (51,165,125). Sum of RGB (Red+Green+Blue) = 51+165+125=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #33A57D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A57D is #CC5A82. Grayscale: #7E7E7E. Windows color (decimal): -13392515 or 8234291. OLE color: 8234291.

HSL color Cylindrical-coordinate representation of color #33A57D: hue angle of 158.95º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A57D is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB51165125-
CMYK0.6900.240.35
HSL158.95º52.78%42.35%-
HSV(B)158.95º69.09%64.71%-
XYZ18.5229.0924.04-
YUV126.35127.2374.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.96%
GREEN value IS 165 (64.84% from 255) = 48.39%
BLUE value IS 125 (49.22% from 255) = 36.66%
R=14.96%
G=48.39%
B=36.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal511651250.6900.240.35158.9552.7842.35
Hex33A57D45018239f352a
Octal63245175105030432376552
Binary110011101001011111101100010101100010001110011111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,165,125); }

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

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

 a { background-color: rgb(51,165,125); }

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

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

 span { border-color: rgb(51,165,125); }

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