Html Css Color HEX #33947F Gossamer

📋 copy color: '#33947F'

red 51 ◦ green 148 ◦ blue 127

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

Shades of Gossamer #33947F

Tints of Gossamer #33947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.4%

 BLUE value IS 127 (50% from 255) = 38.96%

R = 15.64%
G = 45.4%
B = 38.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#33947F (or 0x33947F) is known color: Gossamer. HEX triplet: 33, 94 and 7F. RGB value is (51,148,127). Sum of RGB (Red+Green+Blue) = 51+148+127=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #33947F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33947F is #CC6B80. Grayscale: #747474. Windows color (decimal): -13396865 or 8361011. OLE color: 8361011.

HSL color Cylindrical-coordinate representation of color #33947F: hue angle of 167.01º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33947F is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 148 127 -
CMYK 0.66 0 0.14 0.42
HSL 167.01º 0.49% 0.39% -
HSV(B) 167.01º 0.66% 0.58% -
XYZ 15.79 23.42 23.77 -
YUV 116.6 133.86 81.21 -
System Red Green Blue C M Y K H S L
Decimal 51 148 127 0.66 0 0.14 0.42 167.01 0.49 0.39
Hex 33 94 7F 42 0 E 2A A7 31 27
Octal 63 224 177 102 0 16 52 247 61 47
Binary 110011 10010100 1111111 1000010 0 1110 101010 10100111 110001 100111

Color Harmonies of #33947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33947F

Black with #33947F

Text Example


Text Example

White with #33947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33947F; }

 p { color: rgb(51,148,127); }

 H1.HeaderClassName
 {
   color: #33947F;
 }
 .AnyTagClassName
 {
   color: #33947F;
 }
</style>

background-color css

<style>
 a { background-color: #33947F; }

 a { background-color: rgb(51,148,127); }

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

border-color css

<style>
 span { border-color: #33947F; }

 span { border-color: rgb(51,148,127); }

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