Html Css Color HEX #138353 Salem

📋 copy color: '#138353'

red 19 ◦ green 131 ◦ blue 83

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

Shades of Salem #138353

Tints of Salem #138353

RGB

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

 GREEN value IS 131 (51.56% from 255) = 56.22%

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

R = 8.15%
G = 56.22%
B = 35.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#138353 (or 0x138353) is known color: Salem. HEX triplet: 13, 83 and 53. RGB value is (19,131,83). Sum of RGB (Red+Green+Blue) = 19+131+83=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #138353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138353 is #EC7CAC. Grayscale: #5C5C5C. Windows color (decimal): -15498413 or 5473043. OLE color: 5473043.

HSL color Cylindrical-coordinate representation of color #138353: hue angle of 154.29º degrees, saturation: 0.75, 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 #138353 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 83 -
CMYK 0.85 0 0.37 0.49
HSL 154.29º 0.75% 0.29% -
HSV(B) 154.29º 0.85% 0.51% -
XYZ 9.95 17 10.94 -
YUV 92.04 122.89 75.9 -
System Red Green Blue C M Y K H S L
Decimal 19 131 83 0.85 0 0.37 0.49 154.29 0.75 0.29
Hex 13 83 53 55 0 25 31 9A 4B 1D
Octal 23 203 123 125 0 45 61 232 113 35
Binary 10011 10000011 1010011 1010101 0 100101 110001 10011010 1001011 11101

Color Harmonies of #138353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138353

Black with #138353

Text Example


Text Example

White with #138353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138353; }

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

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

background-color css

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

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

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

border-color css

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

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

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