Html Css Color HEX #36A595 Gossamer

📋 copy color: '#36A595'

red 54 ◦ green 165 ◦ blue 149

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

Shades of Gossamer #36A595

Tints of Gossamer #36A595

RGB

 RED value IS 54 (21.48% from 255) = 14.67%

 GREEN value IS 165 (64.84% from 255) = 44.84%

 BLUE value IS 149 (58.59% from 255) = 40.49%

R = 14.67%
G = 44.84%
B = 40.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#36A595 (or 0x36A595) is known color: Gossamer. HEX triplet: 36, A5 and 95. RGB value is (54,165,149). Sum of RGB (Red+Green+Blue) = 54+165+149=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 165 - color contains mainly: green. Hex color #36A595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A595 is #C95A6A. Grayscale: #818181. Windows color (decimal): -13195883 or 9807158. OLE color: 9807158.

HSL color Cylindrical-coordinate representation of color #36A595: hue angle of 171.35º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36A595 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 54 165 149 -
CMYK 0.67 0 0.10 0.35
HSL 171.35º 0.51% 0.43% -
HSV(B) 171.35º 0.67% 0.65% -
XYZ 20.4 29.86 33.12 -
YUV 129.99 138.73 73.8 -
System Red Green Blue C M Y K H S L
Decimal 54 165 149 0.67 0 0.10 0.35 171.35 0.51 0.43
Hex 36 A5 95 43 0 A 23 AB 33 2B
Octal 66 245 225 103 0 12 43 253 63 53
Binary 110110 10100101 10010101 1000011 0 1010 100011 10101011 110011 101011

Color Harmonies of #36A595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A595

Black with #36A595

Text Example


Text Example

White with #36A595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36A595; }

 p { color: rgb(54,165,149); }

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

background-color css

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

 a { background-color: rgb(54,165,149); }

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

border-color css

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

 span { border-color: rgb(54,165,149); }

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