Html Css Color HEX #138145 Salem

📋 copy color: '#138145'

red 19 ◦ green 129 ◦ blue 69

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

Shades of Salem #138145

Tints of Salem #138145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.8%

R = 8.76%
G = 59.45%
B = 31.8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#138145 (or 0x138145) is known color: Salem. HEX triplet: 13, 81 and 45. RGB value is (19,129,69). Sum of RGB (Red+Green+Blue) = 19+129+69=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 129 (50.78% from 255 or 59.45% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 129 - color contains mainly: green. Hex color #138145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138145 is #EC7EBA. Grayscale: #595959. Windows color (decimal): -15498939 or 4555027. OLE color: 4555027.

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

Color convert

RGB 19 129 69 -
CMYK 0.85 0 0.47 0.49
HSL 147.27º 0.74% 0.29% -
HSV(B) 147.27º 0.85% 0.51% -
XYZ 9.19 16.27 8.29 -
YUV 89.27 116.56 77.88 -
System Red Green Blue C M Y K H S L
Decimal 19 129 69 0.85 0 0.47 0.49 147.27 0.74 0.29
Hex 13 81 45 55 0 2F 31 93 4A 1D
Octal 23 201 105 125 0 57 61 223 112 35
Binary 10011 10000001 1000101 1010101 0 101111 110001 10010011 1001010 11101

Color Harmonies of #138145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138145

Black with #138145

Text Example


Text Example

White with #138145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138145; }

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

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

background-color css

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

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

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

border-color css

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

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

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