Html Css Color HEX #33967F Gossamer

📋 copy color: '#33967F'

red 51 ◦ green 150 ◦ blue 127

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

Shades of Gossamer #33967F

Tints of Gossamer #33967F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.73%

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

R = 15.55%
G = 45.73%
B = 38.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#33967F (or 0x33967F) is known color: Gossamer. HEX triplet: 33, 96 and 7F. RGB value is (51,150,127). Sum of RGB (Red+Green+Blue) = 51+150+127=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #33967F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33967F is #CC6980. Grayscale: #757575. Windows color (decimal): -13396353 or 8361523. OLE color: 8361523.

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

Color convert

RGB 51 150 127 -
CMYK 0.66 0 0.15 0.41
HSL 166.06º 0.49% 0.39% -
HSV(B) 166.06º 0.66% 0.59% -
XYZ 16.1 24.05 23.87 -
YUV 117.78 133.2 80.37 -
System Red Green Blue C M Y K H S L
Decimal 51 150 127 0.66 0 0.15 0.41 166.06 0.49 0.39
Hex 33 96 7F 42 0 F 29 A6 31 27
Octal 63 226 177 102 0 17 51 246 61 47
Binary 110011 10010110 1111111 1000010 0 1111 101001 10100110 110001 100111

Color Harmonies of #33967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33967F

Black with #33967F

Text Example


Text Example

White with #33967F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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