Html Css Color HEX #259382 Gossamer

📋 copy color: '#259382'

red 37 ◦ green 147 ◦ blue 130

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

Shades of Gossamer #259382

Tints of Gossamer #259382

RGB

 RED value IS 37 (14.84% from 255) = 11.78%

 GREEN value IS 147 (57.81% from 255) = 46.82%

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

R = 11.78%
G = 46.82%
B = 41.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#259382 (or 0x259382) is known color: Gossamer. HEX triplet: 25, 93 and 82. RGB value is (37,147,130). Sum of RGB (Red+Green+Blue) = 37+147+130=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #259382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259382 is #DA6C7D. Grayscale: #707070. Windows color (decimal): -14314622 or 8557349. OLE color: 8557349.

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

Color convert

RGB 37 147 130 -
CMYK 0.75 0 0.12 0.42
HSL 170.73º 0.6% 0.36% -
HSV(B) 170.73º 0.75% 0.58% -
XYZ 15.23 22.87 24.73 -
YUV 112.17 138.06 74.38 -
System Red Green Blue C M Y K H S L
Decimal 37 147 130 0.75 0 0.12 0.42 170.73 0.6 0.36
Hex 25 93 82 4B 0 C 2A AB 3C 24
Octal 45 223 202 113 0 14 52 253 74 44
Binary 100101 10010011 10000010 1001011 0 1100 101010 10101011 111100 100100

Color Harmonies of #259382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259382

Black with #259382

Text Example


Text Example

White with #259382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259382; }

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

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

background-color css

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

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

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

border-color css

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

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

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