Html Css Color HEX #138254 Salem

📋 copy color: '#138254'

red 19 ◦ green 130 ◦ blue 84

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

Shades of Salem #138254

Tints of Salem #138254

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.79%

 BLUE value IS 84 (33.2% from 255) = 36.05%

R = 8.15%
G = 55.79%
B = 36.05%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#138254 (or 0x138254) is known color: Salem. HEX triplet: 13, 82 and 54. RGB value is (19,130,84). Sum of RGB (Red+Green+Blue) = 19+130+84=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #138254 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138254 is #EC7DAB. Grayscale: #5B5B5B. Windows color (decimal): -15498668 or 5538323. OLE color: 5538323.

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

Color convert

RGB 19 130 84 -
CMYK 0.85 0 0.35 0.49
HSL 155.14º 0.74% 0.29% -
HSV(B) 155.14º 0.85% 0.51% -
XYZ 9.85 16.74 11.1 -
YUV 91.57 123.73 76.24 -
System Red Green Blue C M Y K H S L
Decimal 19 130 84 0.85 0 0.35 0.49 155.14 0.74 0.29
Hex 13 82 54 55 0 23 31 9B 4A 1D
Octal 23 202 124 125 0 43 61 233 112 35
Binary 10011 10000010 1010100 1010101 0 100011 110001 10011011 1001010 11101

Color Harmonies of #138254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138254

Black with #138254

Text Example


Text Example

White with #138254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138254; }

 p { color: rgb(19,130,84); }

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

background-color css

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

 a { background-color: rgb(19,130,84); }

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

border-color css

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

 span { border-color: rgb(19,130,84); }

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