Html Css Color HEX #36A985 Gossamer

📋 copy color: '#36A985'

red 54 ◦ green 169 ◦ blue 133

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

Shades of Gossamer #36A985

Tints of Gossamer #36A985

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.47%

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

R = 15.17%
G = 47.47%
B = 37.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#36A985 (or 0x36A985) is known color: Gossamer. HEX triplet: 36, A9 and 85. RGB value is (54,169,133). Sum of RGB (Red+Green+Blue) = 54+169+133=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 169 - color contains mainly: green. Hex color #36A985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A985 is #C9567A. Grayscale: #828282. Windows color (decimal): -13194875 or 8759606. OLE color: 8759606.

HSL color Cylindrical-coordinate representation of color #36A985: hue angle of 161.22º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36A985 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 54 169 133 -
CMYK 0.68 0 0.21 0.34
HSL 161.22º 0.52% 0.44% -
HSV(B) 161.22º 0.68% 0.66% -
XYZ 19.94 30.85 27.09 -
YUV 130.51 129.4 73.43 -
System Red Green Blue C M Y K H S L
Decimal 54 169 133 0.68 0 0.21 0.34 161.22 0.52 0.44
Hex 36 A9 85 44 0 15 22 A1 34 2C
Octal 66 251 205 104 0 25 42 241 64 54
Binary 110110 10101001 10000101 1000100 0 10101 100010 10100001 110100 101100

Color Harmonies of #36A985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A985

Black with #36A985

Text Example


Text Example

White with #36A985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,169,133); }

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

background-color css

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

 a { background-color: rgb(54,169,133); }

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

border-color css

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

 span { border-color: rgb(54,169,133); }

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