Html Css Color HEX #35A477 Gossamer

📋 copy color: '#35A477'

red 53 ◦ green 164 ◦ blue 119

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

Shades of Gossamer #35A477

Tints of Gossamer #35A477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.42%

R = 15.77%
G = 48.81%
B = 35.42%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#35A477 (or 0x35A477) is known color: Gossamer. HEX triplet: 35, A4 and 77. RGB value is (53,164,119). Sum of RGB (Red+Green+Blue) = 53+164+119=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #35A477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A477 is #CA5B88. Grayscale: #7D7D7D. Windows color (decimal): -13261705 or 7840821. OLE color: 7840821.

HSL color Cylindrical-coordinate representation of color #35A477: hue angle of 155.68º 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 #35A477 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 164 119 -
CMYK 0.68 0 0.27 0.36
HSL 155.68º 0.51% 0.43% -
HSV(B) 155.68º 0.68% 0.64% -
XYZ 18.07 28.64 22.03 -
YUV 125.68 124.23 76.16 -
System Red Green Blue C M Y K H S L
Decimal 53 164 119 0.68 0 0.27 0.36 155.68 0.51 0.43
Hex 35 A4 77 44 0 1B 24 9C 33 2B
Octal 65 244 167 104 0 33 44 234 63 53
Binary 110101 10100100 1110111 1000100 0 11011 100100 10011100 110011 101011

Color Harmonies of #35A477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A477

Black with #35A477

Text Example


Text Example

White with #35A477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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