Html Css Color HEX #339982 Gossamer

📋 copy color: '#339982'

red 51 ◦ green 153 ◦ blue 130

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

Shades of Gossamer #339982

Tints of Gossamer #339982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.81%

 BLUE value IS 130 (51.17% from 255) = 38.92%

R = 15.27%
G = 45.81%
B = 38.92%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#339982 (or 0x339982) is known color: Gossamer. HEX triplet: 33, 99 and 82. RGB value is (51,153,130). Sum of RGB (Red+Green+Blue) = 51+153+130=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #339982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339982 is #CC667D. Grayscale: #777777. Windows color (decimal): -13395582 or 8558899. OLE color: 8558899.

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

Color convert

RGB 51 153 130 -
CMYK 0.67 0 0.15 0.4
HSL 166.47º 0.5% 0.4% -
HSV(B) 166.47º 0.67% 0.6% -
XYZ 16.79 25.1 25.08 -
YUV 119.88 133.71 78.87 -
System Red Green Blue C M Y K H S L
Decimal 51 153 130 0.67 0 0.15 0.4 166.47 0.5 0.4
Hex 33 99 82 43 0 F 28 A6 32 28
Octal 63 231 202 103 0 17 50 246 62 50
Binary 110011 10011001 10000010 1000011 0 1111 101000 10100110 110010 101000

Color Harmonies of #339982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339982

Black with #339982

Text Example


Text Example

White with #339982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339982; }

 p { color: rgb(51,153,130); }

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

background-color css

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

 a { background-color: rgb(51,153,130); }

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

border-color css

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

 span { border-color: rgb(51,153,130); }

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