Html Css Color HEX #138148 Salem

📋 copy color: '#138148'

red 19 ◦ green 129 ◦ blue 72

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

Shades of Salem #138148

Tints of Salem #138148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.64%

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

R = 8.64%
G = 58.64%
B = 32.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#138148 (or 0x138148) is known color: Salem. HEX triplet: 13, 81 and 48. RGB value is (19,129,72). Sum of RGB (Red+Green+Blue) = 19+129+72=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #138148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138148 is #EC7EB7. Grayscale: #595959. Windows color (decimal): -15498936 or 4751635. OLE color: 4751635.

HSL color Cylindrical-coordinate representation of color #138148: hue angle of 148.91º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138148 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 129 72 -
CMYK 0.85 0 0.44 0.49
HSL 148.91º 0.74% 0.29% -
HSV(B) 148.91º 0.85% 0.51% -
XYZ 9.29 16.31 8.79 -
YUV 89.61 118.06 77.63 -
System Red Green Blue C M Y K H S L
Decimal 19 129 72 0.85 0 0.44 0.49 148.91 0.74 0.29
Hex 13 81 48 55 0 2C 31 95 4A 1D
Octal 23 201 110 125 0 54 61 225 112 35
Binary 10011 10000001 1001000 1010101 0 101100 110001 10010101 1001010 11101

Color Harmonies of #138148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138148

Black with #138148

Text Example


Text Example

White with #138148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138148; }

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

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

background-color css

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

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

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

border-color css

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

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

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