Html Css Color HEX #33987D Gossamer

📋 copy color: '#33987D'

red 51 ◦ green 152 ◦ blue 125

#33987D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #33987D

Tints of Gossamer #33987D

RGB

 RED value IS 51 (20.31% from 255) = 15.55%

 GREEN value IS 152 (59.77% from 255) = 46.34%

 BLUE value IS 125 (49.22% from 255) = 38.11%

R = 15.55%
G = 46.34%
B = 38.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#33987D (or 0x33987D) is known color: Gossamer. HEX triplet: 33, 98 and 7D. RGB value is (51,152,125). Sum of RGB (Red+Green+Blue) = 51+152+125=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #33987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33987D is #CC6782. Grayscale: #767676. Windows color (decimal): -13395843 or 8230963. OLE color: 8230963.

HSL color Cylindrical-coordinate representation of color #33987D: hue angle of 163.96º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33987D is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 152 125 -
CMYK 0.66 0 0.18 0.40
HSL 163.96º 0.5% 0.4% -
HSV(B) 163.96º 0.66% 0.6% -
XYZ 16.3 24.64 23.3 -
YUV 118.72 131.54 79.7 -
System Red Green Blue C M Y K H S L
Decimal 51 152 125 0.66 0 0.18 0.40 163.96 0.5 0.4
Hex 33 98 7D 42 0 12 28 A4 32 28
Octal 63 230 175 102 0 22 50 244 62 50
Binary 110011 10011000 1111101 1000010 0 10010 101000 10100100 110010 101000

Color Harmonies of #33987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33987D

Black with #33987D

Text Example


Text Example

White with #33987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33987D; }

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

 H1.HeaderClassName
 {
   color: #33987D;
 }
 .AnyTagClassName
 {
   color: #33987D;
 }
</style>

background-color css

<style>
 a { background-color: #33987D; }

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

 div.DivClassName
 {
   background-color: #33987D;
 }
 .BgClassName
 {
   background-color: #33987D;
 }
</style>

border-color css

<style>
 span { border-color: #33987D; }

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

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