Html Css Color HEX #138645 Salem

📋 copy color: '#138645'

red 19 ◦ green 134 ◦ blue 69

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

Shades of Salem #138645

Tints of Salem #138645

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.36%

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

R = 8.56%
G = 60.36%
B = 31.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#138645 (or 0x138645) is known color: Salem. HEX triplet: 13, 86 and 45. RGB value is (19,134,69). Sum of RGB (Red+Green+Blue) = 19+134+69=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 134 (52.73% from 255 or 60.36% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 134 - color contains mainly: green. Hex color #138645 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138645 is #EC79BA. Grayscale: #5C5C5C. Windows color (decimal): -15497659 or 4556307. OLE color: 4556307.

HSL color Cylindrical-coordinate representation of color #138645: hue angle of 146.09º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138645 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 134 69 -
CMYK 0.86 0 0.49 0.47
HSL 146.09º 0.75% 0.3% -
HSV(B) 146.09º 0.86% 0.53% -
XYZ 9.87 17.62 8.51 -
YUV 92.21 114.9 75.79 -
System Red Green Blue C M Y K H S L
Decimal 19 134 69 0.86 0 0.49 0.47 146.09 0.75 0.3
Hex 13 86 45 56 0 31 2F 92 4B 1E
Octal 23 206 105 126 0 61 57 222 113 36
Binary 10011 10000110 1000101 1010110 0 110001 101111 10010010 1001011 11110

Color Harmonies of #138645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138645

Black with #138645

Text Example


Text Example

White with #138645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138645; }

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

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

background-color css

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

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

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

border-color css

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

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

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