Html Css Color HEX #138848 Salem

📋 copy color: '#138848'

red 19 ◦ green 136 ◦ blue 72

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

Shades of Salem #138848

Tints of Salem #138848

RGB

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

 GREEN value IS 136 (53.52% from 255) = 59.91%

 BLUE value IS 72 (28.52% from 255) = 31.72%

R = 8.37%
G = 59.91%
B = 31.72%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#138848 (or 0x138848) is known color: Salem. HEX triplet: 13, 88 and 48. RGB value is (19,136,72). Sum of RGB (Red+Green+Blue) = 19+136+72=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 136 (53.52% from 255 or 59.91% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 136 - color contains mainly: green. Hex color #138848 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138848 is #EC77B7. Grayscale: #5D5D5D. Windows color (decimal): -15497144 or 4753427. OLE color: 4753427.

HSL color Cylindrical-coordinate representation of color #138848: hue angle of 147.18º 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 #138848 is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 136 72 -
CMYK 0.86 0 0.47 0.47
HSL 147.18º 0.75% 0.3% -
HSV(B) 147.18º 0.86% 0.53% -
XYZ 10.24 18.21 9.11 -
YUV 93.72 115.74 74.7 -
System Red Green Blue C M Y K H S L
Decimal 19 136 72 0.86 0 0.47 0.47 147.18 0.75 0.3
Hex 13 88 48 56 0 2F 2F 93 4B 1E
Octal 23 210 110 126 0 57 57 223 113 36
Binary 10011 10001000 1001000 1010110 0 101111 101111 10010011 1001011 11110

Color Harmonies of #138848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138848

Black with #138848

Text Example


Text Example

White with #138848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138848; }

 p { color: rgb(19,136,72); }

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

background-color css

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

 a { background-color: rgb(19,136,72); }

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

border-color css

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

 span { border-color: rgb(19,136,72); }

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