Html Css Color HEX #33917F Gossamer

📋 copy color: '#33917F'

red 51 ◦ green 145 ◦ blue 127

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

Shades of Gossamer #33917F

Tints of Gossamer #33917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.89%

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

R = 15.79%
G = 44.89%
B = 39.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#33917F (or 0x33917F) is known color: Gossamer. HEX triplet: 33, 91 and 7F. RGB value is (51,145,127). Sum of RGB (Red+Green+Blue) = 51+145+127=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #33917F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33917F is #CC6E80. Grayscale: #727272. Windows color (decimal): -13397633 or 8360243. OLE color: 8360243.

HSL color Cylindrical-coordinate representation of color #33917F: hue angle of 168.51º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33917F is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 145 127 -
CMYK 0.65 0 0.12 0.43
HSL 168.51º 0.48% 0.38% -
HSV(B) 168.51º 0.65% 0.57% -
XYZ 15.32 22.49 23.61 -
YUV 114.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 51 145 127 0.65 0 0.12 0.43 168.51 0.48 0.38
Hex 33 91 7F 41 0 C 2B A9 30 26
Octal 63 221 177 101 0 14 53 251 60 46
Binary 110011 10010001 1111111 1000001 0 1100 101011 10101001 110000 100110

Color Harmonies of #33917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33917F

Black with #33917F

Text Example


Text Example

White with #33917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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