Html Css Color HEX #138752 Salem

📋 copy color: '#138752'

red 19 ◦ green 135 ◦ blue 82

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

Shades of Salem #138752

Tints of Salem #138752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 57.2%

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

R = 8.05%
G = 57.2%
B = 34.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#138752 (or 0x138752) is known color: Salem. HEX triplet: 13, 87 and 52. RGB value is (19,135,82). Sum of RGB (Red+Green+Blue) = 19+135+82=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #138752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138752 is #EC78AD. Grayscale: #5E5E5E. Windows color (decimal): -15497390 or 5408531. OLE color: 5408531.

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

Color convert

RGB 19 135 82 -
CMYK 0.86 0 0.39 0.47
HSL 152.59º 0.75% 0.3% -
HSV(B) 152.59º 0.86% 0.53% -
XYZ 10.46 18.08 10.92 -
YUV 94.27 121.07 74.31 -
System Red Green Blue C M Y K H S L
Decimal 19 135 82 0.86 0 0.39 0.47 152.59 0.75 0.3
Hex 13 87 52 56 0 27 2F 99 4B 1E
Octal 23 207 122 126 0 47 57 231 113 36
Binary 10011 10000111 1010010 1010110 0 100111 101111 10011001 1001011 11110

Color Harmonies of #138752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138752

Black with #138752

Text Example


Text Example

White with #138752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138752; }

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

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

background-color css

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

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

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

border-color css

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

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

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