Html Css Color HEX #138153 Salem

📋 copy color: '#138153'

red 19 ◦ green 129 ◦ blue 83

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

Shades of Salem #138153

Tints of Salem #138153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.93%

R = 8.23%
G = 55.84%
B = 35.93%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#138153 (or 0x138153) is known color: Salem. HEX triplet: 13, 81 and 53. RGB value is (19,129,83). Sum of RGB (Red+Green+Blue) = 19+129+83=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #138153 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138153 is #EC7EAC. Grayscale: #5A5A5A. Windows color (decimal): -15498925 or 5472531. OLE color: 5472531.

HSL color Cylindrical-coordinate representation of color #138153: hue angle of 154.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 #138153 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 129 83 -
CMYK 0.85 0 0.36 0.49
HSL 154.91º 0.74% 0.29% -
HSV(B) 154.91º 0.85% 0.51% -
XYZ 9.68 16.46 10.85 -
YUV 90.87 123.56 76.74 -
System Red Green Blue C M Y K H S L
Decimal 19 129 83 0.85 0 0.36 0.49 154.91 0.74 0.29
Hex 13 81 53 55 0 24 31 9B 4A 1D
Octal 23 201 123 125 0 44 61 233 112 35
Binary 10011 10000001 1010011 1010101 0 100100 110001 10011011 1001010 11101

Color Harmonies of #138153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138153

Black with #138153

Text Example


Text Example

White with #138153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138153; }

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

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

background-color css

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

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

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

border-color css

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

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

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