Html Css Color HEX #33947B Gossamer

📋 copy color: '#33947B'

red 51 ◦ green 148 ◦ blue 123

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

Shades of Gossamer #33947B

Tints of Gossamer #33947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 15.84%
G = 45.96%
B = 38.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#33947B (or 0x33947B) is known color: Gossamer. HEX triplet: 33, 94 and 7B. RGB value is (51,148,123). Sum of RGB (Red+Green+Blue) = 51+148+123=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #33947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33947B is #CC6B84. Grayscale: #747474. Windows color (decimal): -13396869 or 8098867. OLE color: 8098867.

HSL color Cylindrical-coordinate representation of color #33947B: hue angle of 164.54º 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 #33947B is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 148 123 -
CMYK 0.66 0 0.17 0.42
HSL 164.54º 0.49% 0.39% -
HSV(B) 164.54º 0.66% 0.58% -
XYZ 15.53 23.31 22.42 -
YUV 116.15 131.86 81.53 -
System Red Green Blue C M Y K H S L
Decimal 51 148 123 0.66 0 0.17 0.42 164.54 0.49 0.39
Hex 33 94 7B 42 0 11 2A A5 31 27
Octal 63 224 173 102 0 21 52 245 61 47
Binary 110011 10010100 1111011 1000010 0 10001 101010 10100101 110001 100111

Color Harmonies of #33947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33947B

Black with #33947B

Text Example


Text Example

White with #33947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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