Html Css Color HEX #138552 Salem

📋 copy color: '#138552'

red 19 ◦ green 133 ◦ blue 82

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

Shades of Salem #138552

Tints of Salem #138552

RGB

 RED value IS 19 (7.81% from 255) = 8.12%

 GREEN value IS 133 (52.34% from 255) = 56.84%

 BLUE value IS 82 (32.42% from 255) = 35.04%

R = 8.12%
G = 56.84%
B = 35.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#138552 (or 0x138552) is known color: Salem. HEX triplet: 13, 85 and 52. RGB value is (19,133,82). Sum of RGB (Red+Green+Blue) = 19+133+82=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #138552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138552 is #EC7AAD. Grayscale: #5D5D5D. Windows color (decimal): -15497902 or 5408019. OLE color: 5408019.

HSL color Cylindrical-coordinate representation of color #138552: hue angle of 153.16º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138552 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 133 82 -
CMYK 0.86 0 0.38 0.48
HSL 153.16º 0.75% 0.3% -
HSV(B) 153.16º 0.86% 0.52% -
XYZ 10.18 17.52 10.83 -
YUV 93.1 121.73 75.15 -
System Red Green Blue C M Y K H S L
Decimal 19 133 82 0.86 0 0.38 0.48 153.16 0.75 0.3
Hex 13 85 52 56 0 26 30 99 4B 1E
Octal 23 205 122 126 0 46 60 231 113 36
Binary 10011 10000101 1010010 1010110 0 100110 110000 10011001 1001011 11110

Color Harmonies of #138552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138552

Black with #138552

Text Example


Text Example

White with #138552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138552; }

 p { color: rgb(19,133,82); }

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

background-color css

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

 a { background-color: rgb(19,133,82); }

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

border-color css

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

 span { border-color: rgb(19,133,82); }

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