Html Css Color HEX #359283 Gossamer

📋 copy color: '#359283'

red 53 ◦ green 146 ◦ blue 131

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

Shades of Gossamer #359283

Tints of Gossamer #359283

RGB

 RED value IS 53 (21.09% from 255) = 16.06%

 GREEN value IS 146 (57.42% from 255) = 44.24%

 BLUE value IS 131 (51.56% from 255) = 39.7%

R = 16.06%
G = 44.24%
B = 39.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#359283 (or 0x359283) is known color: Gossamer. HEX triplet: 35, 92 and 83. RGB value is (53,146,131). Sum of RGB (Red+Green+Blue) = 53+146+131=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #359283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359283 is #CA6D7C. Grayscale: #747474. Windows color (decimal): -13266301 or 8622645. OLE color: 8622645.

HSL color Cylindrical-coordinate representation of color #359283: hue angle of 170.32º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359283 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 146 131 -
CMYK 0.64 0 0.10 0.43
HSL 170.32º 0.47% 0.39% -
HSV(B) 170.32º 0.64% 0.57% -
XYZ 15.84 22.95 25.07 -
YUV 116.48 136.19 82.72 -
System Red Green Blue C M Y K H S L
Decimal 53 146 131 0.64 0 0.10 0.43 170.32 0.47 0.39
Hex 35 92 83 40 0 A 2B AA 2F 27
Octal 65 222 203 100 0 12 53 252 57 47
Binary 110101 10010010 10000011 1000000 0 1010 101011 10101010 101111 100111

Color Harmonies of #359283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359283

Black with #359283

Text Example


Text Example

White with #359283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359283; }

 p { color: rgb(53,146,131); }

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

background-color css

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

 a { background-color: rgb(53,146,131); }

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

border-color css

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

 span { border-color: rgb(53,146,131); }

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