Html Css Color HEX #259381 Gossamer

📋 copy color: '#259381'

red 37 ◦ green 147 ◦ blue 129

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

Shades of Gossamer #259381

Tints of Gossamer #259381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.21%

R = 11.82%
G = 46.96%
B = 41.21%

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

#259381 (or 0x259381) is known color: Gossamer. HEX triplet: 25, 93 and 81. RGB value is (37,147,129). Sum of RGB (Red+Green+Blue) = 37+147+129=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #259381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259381 is #DA6C7E. Grayscale: #707070. Windows color (decimal): -14314623 or 8491813. OLE color: 8491813.

HSL color Cylindrical-coordinate representation of color #259381: hue angle of 170.18º 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 #259381 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 147 129 -
CMYK 0.75 0 0.12 0.42
HSL 170.18º 0.6% 0.36% -
HSV(B) 170.18º 0.75% 0.58% -
XYZ 15.16 22.85 24.38 -
YUV 112.06 137.56 74.46 -
System Red Green Blue C M Y K H S L
Decimal 37 147 129 0.75 0 0.12 0.42 170.18 0.6 0.36
Hex 25 93 81 4B 0 C 2A AA 3C 24
Octal 45 223 201 113 0 14 52 252 74 44
Binary 100101 10010011 10000001 1001011 0 1100 101010 10101010 111100 100100

Color Harmonies of #259381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259381

Black with #259381

Text Example


Text Example

White with #259381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259381; }

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

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

background-color css

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

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

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

border-color css

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

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

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