Html Css Color HEX #36B995 Shamrock

📋 copy color: '#36B995'

red 54 ◦ green 185 ◦ blue 149

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

Shades of Shamrock #36B995

Tints of Shamrock #36B995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.68%

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

R = 13.92%
G = 47.68%
B = 38.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#36B995 (or 0x36B995) is known color: Shamrock. HEX triplet: 36, B9 and 95. RGB value is (54,185,149). Sum of RGB (Red+Green+Blue) = 54+185+149=388 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.92% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 185 - color contains mainly: green. Hex color #36B995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36B995 is #C9466A. Grayscale: #8D8D8D. Windows color (decimal): -13190763 or 9812278. OLE color: 9812278.

HSL color Cylindrical-coordinate representation of color #36B995: hue angle of 163.51º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36B995 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 185 149 -
CMYK 0.71 0 0.19 0.27
HSL 163.51º 0.55% 0.47% -
HSV(B) 163.51º 0.71% 0.73% -
XYZ 24.3 37.65 34.42 -
YUV 141.73 132.1 65.43 -
System Red Green Blue C M Y K H S L
Decimal 54 185 149 0.71 0 0.19 0.27 163.51 0.55 0.47
Hex 36 B9 95 47 0 13 1B A4 37 2F
Octal 66 271 225 107 0 23 33 244 67 57
Binary 110110 10111001 10010101 1000111 0 10011 11011 10100100 110111 101111

Color Harmonies of #36B995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36B995

Black with #36B995

Text Example


Text Example

White with #36B995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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