Html Css Color HEX #35A483 Gossamer

📋 copy color: '#35A483'

red 53 ◦ green 164 ◦ blue 131

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

Shades of Gossamer #35A483

Tints of Gossamer #35A483

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.13%

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

R = 15.23%
G = 47.13%
B = 37.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#35A483 (or 0x35A483) is known color: Gossamer. HEX triplet: 35, A4 and 83. RGB value is (53,164,131). Sum of RGB (Red+Green+Blue) = 53+164+131=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #35A483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A483 is #CA5B7C. Grayscale: #7F7F7F. Windows color (decimal): -13261693 or 8627253. OLE color: 8627253.

HSL color Cylindrical-coordinate representation of color #35A483: hue angle of 162.16º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A483 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 164 131 -
CMYK 0.68 0 0.20 0.36
HSL 162.16º 0.51% 0.43% -
HSV(B) 162.16º 0.68% 0.64% -
XYZ 18.84 28.95 26.07 -
YUV 127.05 130.23 75.18 -
System Red Green Blue C M Y K H S L
Decimal 53 164 131 0.68 0 0.20 0.36 162.16 0.51 0.43
Hex 35 A4 83 44 0 14 24 A2 33 2B
Octal 65 244 203 104 0 24 44 242 63 53
Binary 110101 10100100 10000011 1000100 0 10100 100100 10100010 110011 101011

Color Harmonies of #35A483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A483

Black with #35A483

Text Example


Text Example

White with #35A483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35A483; }

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

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

background-color css

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

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

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

border-color css

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

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

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