#269382

Color #269382 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #269382

Tints of Gossamer #269382

Color information

#269382 (or 0x269382) is unknown color: approx Gossamer. HEX triplet: 26, 93 and 82. RGB value is (38,147,130). Sum of RGB (Red+Green+Blue) = 38+147+130=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #269382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269382 is #D96C7D. Grayscale: #707070. Windows color (decimal): -14249086 or 8557350. OLE color: 8557350.

HSL color Cylindrical-coordinate representation of color #269382: hue angle of 170.64º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269382 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB38147130-
CMYK0.7400.120.42
HSL170.64º58.92%36.27%-
HSV(B)170.64º74.15%57.65%-
XYZ15.2622.8924.73-
YUV112.47137.8974.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.06%
GREEN value IS 147 (57.81% from 255) = 46.67%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=12.06%
G=46.67%
B=41.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381471300.7400.120.42170.6458.9236.27
Hex2693824A0C2Aab3b24
Octal46223202112014522537344
Binary100110100100111000001010010100110010101010101011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269382; }

 p { color: rgb(38,147,130); }

 H1.HeaderClassName
 {
   color: #269382;
 }
 .AnyTagClassName
 {
   color: #269382;
 }
</style>
background-color css

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

 a { background-color: rgb(38,147,130); }

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

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

 span { border-color: rgb(38,147,130); }

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