Html Css Color HEX #36A19B Java

📋 copy color: '#36A19B'

red 54 ◦ green 161 ◦ blue 155

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

Shades of Java #36A19B

Tints of Java #36A19B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.51%

 BLUE value IS 155 (60.94% from 255) = 41.89%

R = 14.59%
G = 43.51%
B = 41.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#36A19B (or 0x36A19B) is known color: Java. HEX triplet: 36, A1 and 9B. RGB value is (54,161,155). Sum of RGB (Red+Green+Blue) = 54+161+155=370 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.59% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 161 - color contains mainly: green. Hex color #36A19B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A19B is #C95E64. Grayscale: #808080. Windows color (decimal): -13196901 or 10199350. OLE color: 10199350.

HSL color Cylindrical-coordinate representation of color #36A19B: hue angle of 176.64º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36A19B is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 54 161 155 -
CMYK 0.66 0 0.04 0.37
HSL 176.64º 0.5% 0.42% -
HSV(B) 176.64º 0.66% 0.63% -
XYZ 20.18 28.64 35.47 -
YUV 128.32 143.05 74.99 -
System Red Green Blue C M Y K H S L
Decimal 54 161 155 0.66 0 0.04 0.37 176.64 0.5 0.42
Hex 36 A1 9B 42 0 4 25 B1 32 2A
Octal 66 241 233 102 0 4 45 261 62 52
Binary 110110 10100001 10011011 1000010 0 100 100101 10110001 110010 101010

Color Harmonies of #36A19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A19B

Black with #36A19B

Text Example


Text Example

White with #36A19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,161,155); }

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

background-color css

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

 a { background-color: rgb(54,161,155); }

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

border-color css

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

 span { border-color: rgb(54,161,155); }

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