Html Css Color HEX #35A785 Gossamer

📋 copy color: '#35A785'

red 53 ◦ green 167 ◦ blue 133

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

Shades of Gossamer #35A785

Tints of Gossamer #35A785

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.31%

 BLUE value IS 133 (52.34% from 255) = 37.68%

R = 15.01%
G = 47.31%
B = 37.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#35A785 (or 0x35A785) is known color: Gossamer. HEX triplet: 35, A7 and 85. RGB value is (53,167,133). Sum of RGB (Red+Green+Blue) = 53+167+133=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #35A785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A785 is #CA587A. Grayscale: #818181. Windows color (decimal): -13260923 or 8759093. OLE color: 8759093.

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

Color convert

RGB 53 167 133 -
CMYK 0.68 0 0.20 0.35
HSL 162.11º 0.52% 0.43% -
HSV(B) 162.11º 0.68% 0.65% -
XYZ 19.52 30.09 26.97 -
YUV 129.04 130.23 73.76 -
System Red Green Blue C M Y K H S L
Decimal 53 167 133 0.68 0 0.20 0.35 162.11 0.52 0.43
Hex 35 A7 85 44 0 14 23 A2 34 2B
Octal 65 247 205 104 0 24 43 242 64 53
Binary 110101 10100111 10000101 1000100 0 10100 100011 10100010 110100 101011

Color Harmonies of #35A785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A785

Black with #35A785

Text Example


Text Example

White with #35A785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,167,133); }

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

background-color css

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

 a { background-color: rgb(53,167,133); }

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

border-color css

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

 span { border-color: rgb(53,167,133); }

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